diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-06-07 00:06:06 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-06-07 00:06:06 +0000 |
commit | 330acb7793c66b4b34ff65d6f4f98673b684f0cd (patch) | |
tree | b98c507da83a186ec45b54813dc836f7986fc8de /x11/bbrun | |
parent | 700a73d38b02b2fa737f2b3efcd9d657d841dcea (diff) | |
download | ports-330acb7793c66b4b34ff65d6f4f98673b684f0cd.tar.gz ports-330acb7793c66b4b34ff65d6f4f98673b684f0cd.zip |
Notes
Diffstat (limited to 'x11/bbrun')
-rw-r--r-- | x11/bbrun/files/patch-Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/bbrun/files/patch-Makefile b/x11/bbrun/files/patch-Makefile index 8997d77adec8..14c12ab5b995 100644 --- a/x11/bbrun/files/patch-Makefile +++ b/x11/bbrun/files/patch-Makefile @@ -4,7 +4,8 @@ -CC = gcc -LIBDIR = -L/usr/lib -L/usr/X11R6/lib +LIBDIR = -L${LOCALBASE}/lib -L${X11BASE}/lib - LIBS = -lXpm `pkg-config --libs gtk+-2.0` +-LIBS = -lXpm `pkg-config --libs gtk+-2.0` ++LIBS = -lXpm `pkg-config --libs gtk+-2.0` ${LDFLAGS} CFLAGS = `pkg-config --cflags gtk+-2.0` @@ -11,7 +10,7 @@ |