mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
360 B
Plaintext
16 lines
360 B
Plaintext
$NetBSD: patch-ab,v 1.10 2013/01/04 13:33:43 jperkin Exp $
|
|
|
|
--- configure.orig 2005-02-14 01:22:04.000000000 +0100
|
|
+++ configure
|
|
@@ -18376,8 +18376,8 @@ if test "$program_prefix" = "NONE"; then
|
|
fi
|
|
|
|
|
|
-if test -f VERSION; then
|
|
- VERSION=`cat VERSION`
|
|
+if test -f $srcdir/VERSION; then
|
|
+ VERSION=`cat $srcdir/VERSION`
|
|
echo "Version set to $VERSION"
|
|
fi
|
|
|