Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
$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