aboutsummaryrefslogtreecommitdiff
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
parent64c09dc45f2d2d9f7846ee1cb00088654fa2107f (diff)
downloadports-bfc7fc1cb171aa8b597631dd8ac871a0a6e86e5d.tar.gz
ports-bfc7fc1cb171aa8b597631dd8ac871a0a6e86e5d.zip
Notes
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 \