summaryrefslogtreecommitdiff
path: root/net/ggsd
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-04-20 18:59:03 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-04-20 18:59:03 +0000
commit4032918c93a33653bf0476588b8677870f5d555f (patch)
tree56b8c78edd743b1961ba70b297f06d3974e3cb5e /net/ggsd
parentAdd LIB_DEPENDS section (diff)
Fix patchfile to use gtk11-config
Noticed on: http://bento.freebsd.org/
Notes
Notes: svn path=/head/; revision=18029
Diffstat (limited to 'net/ggsd')
-rw-r--r--net/ggsd/files/patch-aa5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ggsd/files/patch-aa b/net/ggsd/files/patch-aa
index fa6be89f3f75..e1d93ee71449 100644
--- a/net/ggsd/files/patch-aa
+++ b/net/ggsd/files/patch-aa
@@ -3,8 +3,9 @@
@@ -1,5 +1,6 @@
CC=gcc
-CFLAGS=-Wall -O -DUSE_GUI `gtk-config --cflags` -DVERSION=\"0.1\"
+-LIBS=`gtk-config --libs`
+CFLAGS?=-O
-+CFLAGS+=-Wall -DUSE_GUI `gtk-config --cflags` -DVERSION=\"0.1\"
- LIBS=`gtk-config --libs`
++CFLAGS+=-Wall -DUSE_GUI `gtk11-config --cflags` -DVERSION=\"0.1\"
++LIBS=`gtk11-config --libs`
all: