summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-06-05 14:19:16 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-06-05 14:19:16 +0000
commit81e270afc14eea327e0609ff85007447f418a386 (patch)
treefd842919bcaf1993f793f9827f596bbe11e78fd4 /x11-misc/fbpanel/files
parentVersion bump (diff)
downloadhistorical-81e270afc14eea327e0609ff85007447f418a386.tar.gz
historical-81e270afc14eea327e0609ff85007447f418a386.tar.bz2
historical-81e270afc14eea327e0609ff85007447f418a386.zip
old
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/fbpanel/files')
-rw-r--r--x11-misc/fbpanel/files/fbpanel-4.12-nostrip.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/x11-misc/fbpanel/files/fbpanel-4.12-nostrip.patch b/x11-misc/fbpanel/files/fbpanel-4.12-nostrip.patch
deleted file mode 100644
index 47b5177b0e10..000000000000
--- a/x11-misc/fbpanel/files/fbpanel-4.12-nostrip.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff -ur fbpanel-4.12.orig/Makefile fbpanel-4.12/Makefile
---- fbpanel-4.12.orig/Makefile 2008-02-09 01:49:53.000000000 +0100
-+++ fbpanel-4.12/Makefile 2008-02-09 01:53:20.000000000 +0100
-@@ -39,9 +39,6 @@
- $(TARGET): $(OBJ)
- $(call summary,LD ,$@)
- $(Q)$(CC) $(LDFLAGS) $(OBJ) $(EXTRAOBJ) $(LIBS) -o $@
--ifeq (0,$(DEVEL))
-- $(Q)strip $@
--endif
-
-
-
-diff -ur fbpanel-4.12.orig/plugins/Makefile fbpanel-4.12/plugins/Makefile
---- fbpanel-4.12.orig/plugins/Makefile 2008-02-09 01:49:53.000000000 +0100
-+++ fbpanel-4.12/plugins/Makefile 2008-02-09 01:53:53.000000000 +0100
-@@ -21,9 +21,6 @@
- %.so: %.o
- $(call summary,LD ,$@)
- $(Q)$(CC) $(CFLAGS) $(INCS) $< -o $@
--ifeq (0,$(DEVEL))
-- $(Q)strip $@
--endif
-
- else
- # plugins built in
-diff -ur fbpanel-4.12.orig/systray/Makefile fbpanel-4.12/systray/Makefile
---- fbpanel-4.12.orig/systray/Makefile 2008-02-09 01:49:53.000000000 +0100
-+++ fbpanel-4.12/systray/Makefile 2008-02-09 01:54:46.000000000 +0100
-@@ -16,9 +16,6 @@
- $(TARGET): $(OBJ)
- $(call summary,LD ,$@)
- $(Q)$(CC) $(CFLAGS) $(INCS) $(OBJ) -o $@
--ifeq (0,$(DEVEL))
-- $(Q)strip $@
--endif
-
- else
- # tray built in