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 bffa640c44f0..2b0fd3d7c82e 100644
--- a/x11/bbrun/files/patch-Makefile
+++ b/x11/bbrun/files/patch-Makefile
@@ -4,8 +4,8 @@
-CC = gcc
-LIBS = -lXpm `gtk-config --libs`
-CFLAGS = `gtk-config --cflags`
-+LIBS = -lXpm `${GTK_CONFIG} --libs` -L${LOCALBASE}/lib -lgnugetopt
-+CFLAGS = `${GTK_CONFIG} --cflags` -Wall
++LIBS = -lXpm `${GTK_CONFIG} --libs`
++CFLAGS += `${GTK_CONFIG} --cflags` -Wall
OBJS = bbrun.o \
../wmgeneral/wmgeneral.o \
../wmgeneral/misc.o \
@@ -17,7 +17,7 @@
bbrun: $(OBJS)
- $(CC) -Wall -g -o bbrun $^ $(LIBS)
-+ $(CC) -o bbrun $^ $(LIBS)
++ $(CC) -o bbrun $^ $(LDFLAGS) $(LIBS)
install:
cp bbrun /usr/local/bin/