diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-02-25 22:22:58 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-02-25 22:22:58 +0000 |
commit | 9ba7db4a4e97d2ca37226a83ba58a537a1e42155 (patch) | |
tree | e549d0bc0891afeec9ca7cd6dac62071d733220a /net-analyzer/pmacct/files | |
parent | Bug #292598: Update the vda patch for quota bug. (diff) | |
download | historical-9ba7db4a4e97d2ca37226a83ba58a537a1e42155.tar.gz historical-9ba7db4a4e97d2ca37226a83ba58a537a1e42155.tar.bz2 historical-9ba7db4a4e97d2ca37226a83ba58a537a1e42155.zip |
Remove IUSE=mmap. Add IUSE="threads ulog" thanks to Marcin Mirosław (bug #306641). Replace broken sed script with something that both respects CFLAGS and does not remove vital -DEFINES. Install UPGRADE doc.
Package-Manager: portage-2.2_rc63/cvs/Linux i686
Diffstat (limited to 'net-analyzer/pmacct/files')
-rw-r--r-- | net-analyzer/pmacct/files/pmacct-0.12.0-gentoo.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-analyzer/pmacct/files/pmacct-0.12.0-gentoo.patch b/net-analyzer/pmacct/files/pmacct-0.12.0-gentoo.patch new file mode 100644 index 000000000000..a367d98ceb6a --- /dev/null +++ b/net-analyzer/pmacct/files/pmacct-0.12.0-gentoo.patch @@ -0,0 +1,20 @@ +--- configure.org 2010-02-16 13:06:04.000000000 +0100 ++++ configure 2010-02-25 22:57:08.000000000 +0100 +@@ -1103,7 +1103,7 @@ + echo $ac_n "checking whether to enable debugging compiler options""... $ac_c" 1>&6 + echo "configure:1105: checking whether to enable debugging compiler options" >&5 + # Check whether --enable-debug or --disable-debug was given. +-if test "${enable_debug+set}" = set; then ++if test "${enable_debug+set}" = TODO_THIS_WILL_NEVER_BE_TRUE; then + enableval="$enable_debug" + echo "$ac_t""yes" 1>&6 + tmp_CFLAGS=`echo $CFLAGS | sed 's/O2/O0/g'` +@@ -1114,7 +1114,7 @@ + #CFLAGS="$CFLAGS -Wcast-align -Wcast-qual -Wnested-externs" + #CFLAGS="$CFLAGS -Wshadow -Wbad-function-cast -Wwrite-strings" + echo "$ac_t""no" 1>&6 +- ++ CFLAGS="$ac_save_CFLAGS" + fi + + |