diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-23 10:25:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-23 10:25:58 +0000 |
commit | 2653b8a7a1e27764ca951c7670e19955ca0c0c55 (patch) | |
tree | 0027362bf662a6db610f75cc31ab372e1f5665d8 /app-arch/lzip/files | |
parent | stable x86, bug 329431 (diff) | |
download | gentoo-2-2653b8a7a1e27764ca951c7670e19955ca0c0c55.tar.gz gentoo-2-2653b8a7a1e27764ca951c7670e19955ca0c0c55.tar.bz2 gentoo-2-2653b8a7a1e27764ca951c7670e19955ca0c0c55.zip |
old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/lzip/files')
-rw-r--r-- | app-arch/lzip/files/lzip-1.4-build.patch | 38 | ||||
-rw-r--r-- | app-arch/lzip/files/lzip-1.4-headers.patch | 22 |
2 files changed, 0 insertions, 60 deletions
diff --git a/app-arch/lzip/files/lzip-1.4-build.patch b/app-arch/lzip/files/lzip-1.4-build.patch deleted file mode 100644 index 67694871f6d3..000000000000 --- a/app-arch/lzip/files/lzip-1.4-build.patch +++ /dev/null @@ -1,38 +0,0 @@ -http://lists.gnu.org/archive/html/bug-ed/2008-12/msg00001.html - -2007-04-16 Mike Frysinger <vapier@gentoo.org> - - * Do not set CC/CXX/CPPFLAGS/LDFLAGS to "" so that user can - override if they so choose. - * Only set CFLAGS/CXXFLAGS if user did not specify any. - ---- a/configure -+++ b/configure -@@ -25,12 +25,6 @@ - infodir='$(datadir)/info' - mandir='$(datadir)/man' - sysconfdir='$(prefix)/etc' --CC= --CXX= --CPPFLAGS= --CFLAGS='-Wall -W -O2' --CXXFLAGS='-Wall -W -O2' --LDFLAGS= - - # Loop over all args - while [ x"$1" != x ] ; do -@@ -107,6 +101,14 @@ - esac - done - -+# Defaults if the user did not select any -+if [ x"${CFLAGS+set}" != xset ] ; then -+ CFLAGS='-Wall -W -O2' -+fi -+if [ x"${CXXFLAGS+set}" != xset ] ; then -+ CXXFLAGS='-Wall -W -O2' -+fi -+ - # Find the source files, if location was not specified. - srcdirtext= - if [ x"${srcdir}" = x ] ; then diff --git a/app-arch/lzip/files/lzip-1.4-headers.patch b/app-arch/lzip/files/lzip-1.4-headers.patch deleted file mode 100644 index b2c5f029d72b..000000000000 --- a/app-arch/lzip/files/lzip-1.4-headers.patch +++ /dev/null @@ -1,22 +0,0 @@ -http://bugs.gentoo.org/262286 - ---- lzip-1.4/decoder.cc -+++ lzip-1.4/decoder.cc -@@ -22,6 +22,7 @@ - #include <cstring> - #include <string> - #include <vector> -+#include <cstdio> - #include <stdint.h> - - #include "lzip.h" ---- lzip-1.4/lziprecover.cc -+++ lzip-1.4/lziprecover.cc -@@ -28,6 +28,7 @@ - #include <cstring> - #include <string> - #include <vector> -+#include <cstdio> - #include <fcntl.h> - #include <stdint.h> - #include <unistd.h> |