diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-08-29 08:20:17 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-08-29 08:20:17 +0000 |
commit | 8f72d02b4728af7e6c0da441612354ea85f38b55 (patch) | |
tree | 3e853fdd9f5ed51ed2dd2577997cc9b479f6a539 /x11-misc/bmpanel/files | |
parent | Remove old bogus ebuild (diff) | |
download | gentoo-2-8f72d02b4728af7e6c0da441612354ea85f38b55.tar.gz gentoo-2-8f72d02b4728af7e6c0da441612354ea85f38b55.tar.bz2 gentoo-2-8f72d02b4728af7e6c0da441612354ea85f38b55.zip |
Moved from sunrise overlay. Bug #242830. Thanks to Christian Ruppert (idl0r) for the ebuild
(Portage version: 2.2_rc71/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/bmpanel/files')
-rw-r--r-- | x11-misc/bmpanel/files/Makefile.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-misc/bmpanel/files/Makefile.patch b/x11-misc/bmpanel/files/Makefile.patch new file mode 100644 index 000000000000..d9cdc8308837 --- /dev/null +++ b/x11-misc/bmpanel/files/Makefile.patch @@ -0,0 +1,14 @@ +--- src/Makefile.old 2009-02-15 16:12:16.750885874 +0100 ++++ src/Makefile 2009-02-15 16:16:24.560106442 +0100 +@@ -12,10 +12,7 @@ ifneq ($(UGLY),1) + endif + + $(APP): $(OBJS) +- $(V_L)$(LD) $(LIBS) -o $@ $(OBJS) +-ifeq ($(DEBUG),0) +- $(V_S)strip -s $(APP) +-endif ++ $(V_L)$(LD) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) + + $(BUILDDIR)/src/%.o: src/%.c .mk/config.mk + $(V_C)$(CC) -c -MMD $(CFLAGS) $< -o $@ |