diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-11-21 13:25:13 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-11-21 13:25:13 +0000 |
commit | 71024c5b2f6c36393c60cd405b72afd2cbaf2e7b (patch) | |
tree | 334114845ac148a26bd17da6eb2bfca67e401b3f /app-misc/pal/files | |
parent | Remove old. (diff) | |
download | gentoo-2-71024c5b2f6c36393c60cd405b72afd2cbaf2e7b.tar.gz gentoo-2-71024c5b2f6c36393c60cd405b72afd2cbaf2e7b.tar.bz2 gentoo-2-71024c5b2f6c36393c60cd405b72afd2cbaf2e7b.zip |
Remove old.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'app-misc/pal/files')
-rw-r--r-- | app-misc/pal/files/0.3.4-ldflags.patch | 8 | ||||
-rw-r--r-- | app-misc/pal/files/0.3.4-strip.patch | 15 |
2 files changed, 0 insertions, 23 deletions
diff --git a/app-misc/pal/files/0.3.4-ldflags.patch b/app-misc/pal/files/0.3.4-ldflags.patch deleted file mode 100644 index 6727b6014b7c..000000000000 --- a/app-misc/pal/files/0.3.4-ldflags.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- pal-0.3.4/src/Makefile.defs -+++ pal-0.3.4/src/Makefile.defs -@@ -25,4 +25,4 @@ - endif - - CFLAGS = ${OPT} ${INCLDIR} ${DEFS} --LDFLAGS = ${LIBDIR} ${LIBS} -+LDFLAGS = ${LIBDIR} ${LIBS} ${LDOPT} diff --git a/app-misc/pal/files/0.3.4-strip.patch b/app-misc/pal/files/0.3.4-strip.patch deleted file mode 100644 index 5951689c842a..000000000000 --- a/app-misc/pal/files/0.3.4-strip.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- pal-0.3.4/src/Makefile -+++ pal-0.3.4/src/Makefile -@@ -12,9 +12,9 @@ - - $(NAME): $(OBJ) - $(CC) $(CFLAGS) $(OBJ) $(LDFLAGS) -o $(NAME) --ifneq ($(DEBUG),1) -- strip $(NAME) --endif -+#ifneq ($(DEBUG),1) -+# strip $(NAME) -+#endif - - debug: clean - @$(MAKE) DEBUG=1 |