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
+13
View File
@@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.8 2009/02/08 12:51:04 asau Exp $
--- config/setup.sh.orig
+++ config/setup.sh
@@ -12,7 +12,7 @@
# check parameters
case "$GPX" in
- Graphics) XL='-L../../bin -lIgpx $(XLIBS)';;
+ Graphics) XL='-L../../lib/icon -lIgpx $(XLIBS)';;
NoGraphics) XL= ;;
*) echo "$USAGE" 1>&2; exit 1;;
esac