summaryrefslogtreecommitdiff
path: root/wm/bbrun/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'wm/bbrun/patches/patch-aa')
-rw-r--r--wm/bbrun/patches/patch-aa24
1 files changed, 24 insertions, 0 deletions
diff --git a/wm/bbrun/patches/patch-aa b/wm/bbrun/patches/patch-aa
new file mode 100644
index 00000000000..15c1aa0f1d2
--- /dev/null
+++ b/wm/bbrun/patches/patch-aa
@@ -0,0 +1,24 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/06/12 00:36:21 wiz Exp $
+
+--- Makefile.orig Wed Feb 6 21:05:51 2002
++++ Makefile
+@@ -1,6 +1,6 @@
+ CC = gcc
+-LIBS = -lXpm `gtk-config --libs`
+-CFLAGS = `gtk-config --cflags`
++LIBS = -lXpm `${GTK_CONFIG} --libs`
++CFLAGS = `${GTK_CONFIG} --cflags`
+ OBJS = bbrun.o \
+ ../wmgeneral/wmgeneral.o \
+ ../wmgeneral/misc.o \
+@@ -9,8 +9,10 @@
+ .c.o:
+ $(CC) -c -O2 -Wall $< -o $*.o $(CFLAGS)
+
++all: bbrun
++
+ bbrun: $(OBJS)
+ $(CC) -Wall -g -o bbrun $^ $(LIBS)
+
+ clean:
+ rm -f bbrun $(OBJS)