summaryrefslogtreecommitdiff
path: root/lang/STk/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-15 21:19:00 +0000
committerjoerg <joerg>2007-02-15 21:19:00 +0000
commit4321cd4308ffade7d57dcb136a4b6f665adf5530 (patch)
tree6e858eb7d423c57e2da7c5794595fe186704219b /lang/STk/patches
parentb943cd630a4d98835ab19daad099d6c93969f170 (diff)
downloadpkgsrc-4321cd4308ffade7d57dcb136a4b6f665adf5530.tar.gz
Add modular Xorg support. This should get some more attention by the
maintainer as it obviously doesn't honour CFLAGS et al.
Diffstat (limited to 'lang/STk/patches')
-rw-r--r--lang/STk/patches/patch-ao13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/STk/patches/patch-ao b/lang/STk/patches/patch-ao
new file mode 100644
index 00000000000..68b6169ef47
--- /dev/null
+++ b/lang/STk/patches/patch-ao
@@ -0,0 +1,13 @@
+$NetBSD: patch-ao,v 1.1 2007/02/15 21:19:00 joerg Exp $
+
+--- Src/Makefile.in.orig 2007-02-15 20:52:32.000000000 +0000
++++ Src/Makefile.in
+@@ -47,7 +47,7 @@ TCLLIB = ../Tcl/libtcl.a
+ EVTCLLIB = ../Tcl/libevtcl.a
+ MPLIB = ../Mp/$(MP).a
+ STACKLIB = ../Stack/libstack.a
+-LIBS = @LIBS@ $(LIB_DLD) $(LIB_MALLOC)
++LIBS = ${X11_LDFLAGS} @LIBS@ $(LIB_DLD) $(LIB_MALLOC)
+
+ ALLIBS = $(MPLIB) $(STACKLIB) $(TKLIB) $(TCLLIB) $(EVTCLLIB)
+ SALLLIBS = $(MPLIB) $(STACKLIB) $(TCLLIB)