diff options
author | marcus <marcus@FreeBSD.org> | 2005-03-19 13:43:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-03-19 13:43:42 +0800 |
commit | 24608f39a41f30f0772568d971939f325d9ac1a3 (patch) | |
tree | 64d65a19c92259ba45ba8ae524bbc0c500084f1d /x11/apwal | |
parent | cfc3c9ed570e5fc629ecee91cb89875af68d1b1a (diff) | |
download | freebsd-ports-gnome-24608f39a41f30f0772568d971939f325d9ac1a3.tar.gz freebsd-ports-gnome-24608f39a41f30f0772568d971939f325d9ac1a3.tar.zst freebsd-ports-gnome-24608f39a41f30f0772568d971939f325d9ac1a3.zip |
Remove a typo (?) that breaks apwal with gtk+-2.6.
Reported by: pointyhat via krion
Diffstat (limited to 'x11/apwal')
-rw-r--r-- | x11/apwal/files/patch-Makefile | 2 |
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 \ |