diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-05-09 16:41:34 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-05-09 16:41:34 +0000 |
commit | c80a2c437a0b64255b7436ec55564c235a4ecab0 (patch) | |
tree | c3c5ef60e5eb66fe4bde97236aaad75d1c3eff42 /net-libs/libwww/files | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-c80a2c437a0b64255b7436ec55564c235a4ecab0.tar.gz gentoo-2-c80a2c437a0b64255b7436ec55564c235a4ecab0.tar.bz2 gentoo-2-c80a2c437a0b64255b7436ec55564c235a4ecab0.zip |
Fixed compile error when -DNDEBUG is set. Thanks to #gentoo.pl Team - sekretarz <sekretarz@dukato.net>, bug #50483. Removed 5.4.0-r1 from the tree.
Diffstat (limited to 'net-libs/libwww/files')
-rw-r--r-- | net-libs/libwww/files/digest-libwww-5.4.0-r1 | 1 | ||||
-rw-r--r-- | net-libs/libwww/files/libwww-5.4.0-disable-ndebug-gentoo.diff | 12 |
2 files changed, 12 insertions, 1 deletions
diff --git a/net-libs/libwww/files/digest-libwww-5.4.0-r1 b/net-libs/libwww/files/digest-libwww-5.4.0-r1 deleted file mode 100644 index f875bc95b421..000000000000 --- a/net-libs/libwww/files/digest-libwww-5.4.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c3734ca6caa405707e134cc8c6d7e422 w3c-libwww-5.4.0.tgz 1129121 diff --git a/net-libs/libwww/files/libwww-5.4.0-disable-ndebug-gentoo.diff b/net-libs/libwww/files/libwww-5.4.0-disable-ndebug-gentoo.diff new file mode 100644 index 000000000000..eb18186e0bb5 --- /dev/null +++ b/net-libs/libwww/files/libwww-5.4.0-disable-ndebug-gentoo.diff @@ -0,0 +1,12 @@ +diff -urN Library.ORIG/src/HTUtils.h Library/src/HTUtils.h +--- Library.ORIG/src/HTUtils.h 2002-06-12 18:31:21.000000000 +0900 ++++ Library/src/HTUtils.h 2004-05-10 00:03:01.043447592 +0900 +@@ -56,7 +56,7 @@ + is possible to see parts of the output messages. + */ + +-#if defined(NODEBUG) || defined(NDEBUG) || defined(_NDEBUG) ++#if 0 + #undef HTDEBUG + #else + #ifndef HTDEBUG |