summaryrefslogtreecommitdiff
path: root/x11/apwal
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-19 05:43:42 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-19 05:43:42 +0000
commitbfc7fc1cb171aa8b597631dd8ac871a0a6e86e5d (patch)
tree0a12241f8935329900101adb20b1fc1bf6f2e713 /x11/apwal
parentFix build (diff)
Remove a typo (?) that breaks apwal with gtk+-2.6.
Reported by: pointyhat via krion
Notes
Notes: svn path=/head/; revision=131613
Diffstat (limited to 'x11/apwal')
-rw-r--r--x11/apwal/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/apwal/files/patch-Makefile b/x11/apwal/files/patch-Makefile
index ab7dbe8e84a2..13cb5e7bf5cf 100644
--- a/x11/apwal/files/patch-Makefile
+++ b/x11/apwal/files/patch-Makefile
@@ -7,7 +7,7 @@
-CFLAGS=-O2 `pkg-config --cflags gtk+-2.0 gthread-2.0`
-LDFLAGS=-O2 `pkg-config --libs gtk+-2.0 gthread-2.0` `xml2-config --libs`
+CFLAGS+=`pkg-config --cflags gtk+-2.0 gthread-2.0`
-+LDFLAGS+=-`pkg-config --libs gtk+-2.0 gthread-2.0` `xml2-config --libs`
++LDFLAGS+=`pkg-config --libs gtk+-2.0 gthread-2.0` `xml2-config --libs`
endif
OBJS=main.o app.o launcher.o editor.o property.o \