summaryrefslogtreecommitdiff
path: root/games/xarchon/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2001-03-19 14:38:50 +0000
committerdmcmahill <dmcmahill>2001-03-19 14:38:50 +0000
commit0e5b7b5d19b2b9da59e946b6f05e58212744902d (patch)
tree0cae80b255382e0f2d3af0048ce541b299049f47 /games/xarchon/patches
parent763d50a4ee900664c1a3eb1c9c72366440a1ef6a (diff)
downloadpkgsrc-0e5b7b5d19b2b9da59e946b6f05e58212744902d.tar.gz
include `gtk-config --cflags` and `gtk-config --libs` along with the
corresponding glib ones so that gtk headers/libs are found. fixes recently noted bulk build problems
Diffstat (limited to 'games/xarchon/patches')
-rw-r--r--games/xarchon/patches/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xarchon/patches/patch-ab b/games/xarchon/patches/patch-ab
index 086b0da05b3..eb739aff520 100644
--- a/games/xarchon/patches/patch-ab
+++ b/games/xarchon/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.2 1999/10/27 23:56:42 hubertf Exp $
+$NetBSD: patch-ab,v 1.3 2001/03/19 14:38:50 dmcmahill Exp $
--- src/Makefile.in.orig Wed Oct 13 05:28:34 1999
+++ src/Makefile.in Wed Oct 13 05:35:10 1999
@@ -9,8 +9,8 @@ $NetBSD: patch-ab,v 1.2 1999/10/27 23:56:42 hubertf Exp $
-CC = @CC@
-CXX = @CXX@
+# This mess should be done differently - HF
-+CC = cc -I${X11BASE}/include -L${X11BASE}/lib -Wl,-R${X11BASE}/lib -I. -I.. -I${LOCALBASE}/include `glib-config --cflags --prefix=${LOCALBASE}` `glib-config --libs --prefix=${LOCALBASE}`
-+CXX = c++ -I${X11BASE}/include -L${X11BASE}/lib -Wl,-R${X11BASE}/lib -I. -I.. -I${LOCALBASE}/include `glib-config --cflags --prefix=${LOCALBASE}` `glib-config --libs --prefix=${LOCALBASE}`
++CC = cc -I${X11BASE}/include -L${X11BASE}/lib -Wl,-R${X11BASE}/lib -I. -I.. -I${LOCALBASE}/include `glib-config --cflags --prefix=${LOCALBASE}` `gtk-config --cflags` `glib-config --libs --prefix=${LOCALBASE}` `gtk-config --libs`
++CXX = c++ -I${X11BASE}/include -L${X11BASE}/lib -Wl,-R${X11BASE}/lib -I. -I.. -I${LOCALBASE}/include `glib-config --cflags --prefix=${LOCALBASE}` `gtk-config --cflags` `glib-config --libs --prefix=${LOCALBASE}` `gtk-config --libs`
ESD_CFLAGS = @ESD_CFLAGS@
ESD_CONFIG = @ESD_CONFIG@
ESD_LIBS = @ESD_LIBS@