summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-04-20 18:59:03 +0000
committermharo <mharo@FreeBSD.org>1999-04-20 18:59:03 +0000
commiteba56a5a5f94c7b022e588ad5e3a8cceea910099 (patch)
tree6b6abf22608bfb6425d83808d6d74bc8f3f8a8d0 /net
parent6bbfb5dca65c5f6d8622dfe5a53314ad2c7cb468 (diff)
downloadFreeBSD-ports-eba56a5a5f94c7b022e588ad5e3a8cceea910099.zip
FreeBSD-ports-eba56a5a5f94c7b022e588ad5e3a8cceea910099.tar.gz
Fix patchfile to use gtk11-config
Noticed on: http://bento.freebsd.org/
Diffstat (limited to 'net')
-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 fa6be89..e1d93ee 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:
OpenPOWER on IntegriCloud