From: Bernard Cafarelli Date: Mon, 4 Jan 2016 11:53:16 +0000 (+0100) Subject: x11-misc/bbrun: unused file X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c6a3e30a857361006f2882ccaadaaeb6a61e08bd;p=gentoo.git x11-misc/bbrun: unused file Package-Manager: portage-2.2.26 --- 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 d81824b0ed0f..000000000000 --- 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/