diff options
author | joerg <joerg> | 2006-06-18 19:38:50 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-18 19:38:50 +0000 |
commit | 9d40fd56144899e7709db8ffeb647d4459d1b1e2 (patch) | |
tree | e8f7adf86ad6eae91856f81c8aad2f6d00e48738 /converters/wv2 | |
parent | 18828a03b010289697e9058bbca09e58e6e687f5 (diff) | |
download | pkgsrc-9d40fd56144899e7709db8ffeb647d4459d1b1e2.tar.gz |
Fix chunk offsets, the isnan part needs math.h, not dlopen.
Diffstat (limited to 'converters/wv2')
-rw-r--r-- | converters/wv2/distinfo | 4 | ||||
-rw-r--r-- | converters/wv2/patches/patch-aa | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/converters/wv2/distinfo b/converters/wv2/distinfo index f7707418e8f..9d9453d2b82 100644 --- a/converters/wv2/distinfo +++ b/converters/wv2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2006/06/14 12:45:30 markd Exp $ +$NetBSD: distinfo,v 1.6 2006/06/18 19:38:50 joerg Exp $ SHA1 (wv2-0.2.3.tar.bz2) = 8378f43806bc2614ccea2b265159ce0548192601 RMD160 (wv2-0.2.3.tar.bz2) = 0534ddb23ec5a6e222cbbc76e695f8ea5cf532c7 Size (wv2-0.2.3.tar.bz2) = 908983 bytes -SHA1 (patch-aa) = d4dc1b7bd4c398a2d5065d1b55c7e0b6313e3003 +SHA1 (patch-aa) = 38ba31ab9a1b3411ebcd6de7f1152da09f5312b6 diff --git a/converters/wv2/patches/patch-aa b/converters/wv2/patches/patch-aa index c016b8638ec..c0eded2bdab 100644 --- a/converters/wv2/patches/patch-aa +++ b/converters/wv2/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2005/11/08 13:52:58 joerg Exp $ +$NetBSD: patch-aa,v 1.3 2006/06/18 19:38:51 joerg Exp $ ---- configure.orig 2004-05-09 14:23:32.000000000 -0600 +--- configure.orig 2006-06-12 17:12:24.000000000 +0000 +++ configure -@@ -3120,7 +3120,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu +@@ -3261,7 +3261,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu if test "$GXX" = "yes" || test "$CXX" = "KCC"; then if test "$kde_use_debug_code" != "no"; then if test "$CXX" = "KCC"; then @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.2 2005/11/08 13:52:58 joerg Exp $ else if test "$kde_use_debug_code" = "full"; then CXXFLAGS="-g3 $CXXFLAGS" -@@ -3453,8 +3453,8 @@ fi +@@ -3634,8 +3634,8 @@ fi if test "$GCC" = "yes"; then case $host in *-*-linux-gnu) @@ -22,7 +22,7 @@ $NetBSD: patch-aa,v 1.2 2005/11/08 13:52:58 joerg Exp $ echo "$as_me:$LINENO: checking whether $CXX supports -Wmissing-format-attribute" >&5 echo $ECHO_N "checking whether $CXX supports -Wmissing-format-attribute... $ECHO_C" >&6 -@@ -3532,7 +3532,7 @@ fi +@@ -3723,7 +3723,7 @@ fi ;; esac @@ -31,7 +31,7 @@ $NetBSD: patch-aa,v 1.2 2005/11/08 13:52:58 joerg Exp $ echo "$as_me:$LINENO: checking whether $CXX supports -Wundef" >&5 echo $ECHO_N "checking whether $CXX supports -Wundef... $ECHO_C" >&6 -@@ -13961,6 +13961,7 @@ _ACEOF +@@ -25945,6 +25946,7 @@ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ @@ -39,7 +39,7 @@ $NetBSD: patch-aa,v 1.2 2005/11/08 13:52:58 joerg Exp $ /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus -@@ -13968,13 +13969,12 @@ extern "C" +@@ -25952,13 +25954,12 @@ extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ |