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
+20
View File
@@ -0,0 +1,20 @@
$NetBSD: patch-bj,v 1.1.1.1 2008/10/14 11:02:24 hira Exp $
--- toolkit/util/makefile.mk.orig 2007-02-23 19:08:23.000000000 +0900
+++ toolkit/util/makefile.mk 2007-02-23 19:09:14.000000000 +0900
@@ -84,13 +84,13 @@
.IF "$(GUIBASE)"=="unx"
SHL1STDLIBS +=\
- -lX11 -lXt -lXmu
+ $(X11_LDFLAGS) -lX11 -lXt -lXmu
.ENDIF
.ELSE
.IF "$(GUI)"=="UNX"
SHL1STDLIBS +=\
- -lX11
+ $(X11_LDFLAGS) -lX11
.ENDIF
.ENDIF