diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-02-09 01:00:00 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-02-09 01:00:00 +0000 |
commit | f0bdeedc6d46f3dcde348f5ef930abef956f17d8 (patch) | |
tree | cfc89ecfddc41e9303b09b15fc8fd0c42d55dfb8 /x11-misc/fbpanel/files | |
parent | backported collision fix, adjusted DEPEND to have all necessary docs generatiors (diff) | |
download | historical-f0bdeedc6d46f3dcde348f5ef930abef956f17d8.tar.gz historical-f0bdeedc6d46f3dcde348f5ef930abef956f17d8.tar.bz2 historical-f0bdeedc6d46f3dcde348f5ef930abef956f17d8.zip |
Pre-striped binaries fixed
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'x11-misc/fbpanel/files')
-rw-r--r-- | x11-misc/fbpanel/files/fbpanel-4.12-nostrip.patch | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/x11-misc/fbpanel/files/fbpanel-4.12-nostrip.patch b/x11-misc/fbpanel/files/fbpanel-4.12-nostrip.patch new file mode 100644 index 000000000000..47b5177b0e10 --- /dev/null +++ b/x11-misc/fbpanel/files/fbpanel-4.12-nostrip.patch @@ -0,0 +1,39 @@ +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 |