diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-15 21:19:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-15 21:19:00 +0000 |
commit | 2fed9200eb74e353f1c8157cf5984862fa2a5d9a (patch) | |
tree | 6e858eb7d423c57e2da7c5794595fe186704219b /lang/STk/patches | |
parent | 6814744cbcf2f4e34529d2c46fb8d6383eaf18d5 (diff) | |
download | pkgsrc-2fed9200eb74e353f1c8157cf5984862fa2a5d9a.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-ao | 13 |
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) |