aboutsummaryrefslogtreecommitdiff
path: root/x11/bbrun
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2004-06-07 00:06:06 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2004-06-07 00:06:06 +0000
commit330acb7793c66b4b34ff65d6f4f98673b684f0cd (patch)
treeb98c507da83a186ec45b54813dc836f7986fc8de /x11/bbrun
parent700a73d38b02b2fa737f2b3efcd9d657d841dcea (diff)
downloadports-330acb7793c66b4b34ff65d6f4f98673b684f0cd.tar.gz
ports-330acb7793c66b4b34ff65d6f4f98673b684f0cd.zip
Utilize LDFLAGS to allow 4.X to bring in libgnugetopt.
Notes
Notes: svn path=/head/; revision=110981
Diffstat (limited to 'x11/bbrun')
-rw-r--r--x11/bbrun/files/patch-Makefile3
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 @@