public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbrun/files/
@ 2016-01-04 12:57 Bernard Cafarelli
  0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli @ 2016-01-04 12:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c6a3e30a857361006f2882ccaadaaeb6a61e08bd
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  4 11:53:16 2016 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Jan  4 12:56:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a3e30a

x11-misc/bbrun: unused file

Package-Manager: portage-2.2.26

 x11-misc/bbrun/files/bbrun-1.6-respectflags.patch | 26 -----------------------
 1 file changed, 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 d81824b..0000000
--- 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/


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-01-04 12:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-04 12:57 [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbrun/files/ Bernard Cafarelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox