summaryrefslogtreecommitdiff
path: root/x11/bbrun/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/bbrun/files/patch-Makefile')
-rw-r--r--x11/bbrun/files/patch-Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/bbrun/files/patch-Makefile b/x11/bbrun/files/patch-Makefile
index 7144020704a9..1605750fa0bd 100644
--- a/x11/bbrun/files/patch-Makefile
+++ b/x11/bbrun/files/patch-Makefile
@@ -5,9 +5,9 @@
-LIBDIR = -L/usr/lib -L/usr/X11R6/lib
-LIBS = -lXpm `pkg-config --libs gtk+-2.0`
-CFLAGS = `pkg-config --cflags gtk+-2.0`
-+LIBDIR = -L${LOCALBASE}/lib
-+LIBS = -lXpm `pkg-config --libs gtk+-2.0` ${LDFLAGS}
-+CFLAGS += `pkg-config --cflags gtk+-2.0`
++LIBDIR =
++LIBS = ${LDFLAGS} `pkg-config --libs gtk+-2.0 x11 xext xpm`
++CFLAGS += `pkg-config --cflags gtk+-2.0 x11 xext xpm`
OBJS = bbrun.o \
../wmgeneral/wmgeneral.o \