summaryrefslogtreecommitdiff
path: root/x11-misc/bbrun
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2016-01-04 12:53:16 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2016-01-04 13:56:48 +0100
commitc6a3e30a857361006f2882ccaadaaeb6a61e08bd (patch)
tree740a5f97be4c694ab8f9cf17fa0972b2416a09e8 /x11-misc/bbrun
parent585ec45058d18cc273ddb002a36555e0ffaf9b3e (diff)
downloadgentoo-c6a3e30a857361006f2882ccaadaaeb6a61e08bd.tar.gz
gentoo-c6a3e30a857361006f2882ccaadaaeb6a61e08bd.tar.xz
x11-misc/bbrun: unused file
Package-Manager: portage-2.2.26
Diffstat (limited to 'x11-misc/bbrun')
-rw-r--r--x11-misc/bbrun/files/bbrun-1.6-respectflags.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-misc/bbrun/files/bbrun-1.6-respectflags.patch b/x11-misc/bbrun/files/bbrun-1.6-respectflags.patch
deleted file mode 100644
index d81824b0ed0..00000000000
--- a/x11-misc/bbrun/files/bbrun-1.6-respectflags.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Respect {C,LD}FLAGS
-
---- bbrun/Makefile
-+++ bbrun/Makefile
-@@ -1,7 +1,7 @@
- CC = gcc
- LIBDIR = -L/usr/lib -L/usr/X11R6/lib
- LIBS = -lXpm `pkg-config --libs gtk+-2.0`
--CFLAGS = `pkg-config --cflags gtk+-2.0`
-+GTK_CFLAGS = `pkg-config --cflags gtk+-2.0`
-
- OBJS = bbrun.o \
- ../wmgeneral/wmgeneral.o \
-@@ -11,10 +11,10 @@
- all: bbrun
-
- .c.o:
-- $(CC) -g -c -O2 -Wall $< -o $*.o $(CFLAGS)
-+ $(CC) $(CFLAGS) $(GTK_CFLAGS) -c -Wall $< -o $*.o
-
- bbrun: $(OBJS)
-- $(CC) -Wall -g -o bbrun $^ $(LIBDIR) $(LIBS)
-+ $(CC) $(CFLAGS) $(LDFLAGS) -Wall -o bbrun $^ $(LIBDIR) $(LIBS)
-
- install:
- cp bbrun /usr/local/bin/