diff options
author | rillig <rillig> | 2007-02-23 03:37:55 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-02-23 03:37:55 +0000 |
commit | c23f91d27f306403da0fe7dbef2ab3ec05766897 (patch) | |
tree | e796420e6a8ee8b2a06977c2cf54aa0002da3636 /audio/audacity/patches | |
parent | f6fff9dca80b33408b1f1bbbf54cecb134109dba (diff) | |
download | pkgsrc-c23f91d27f306403da0fe7dbef2ab3ec05766897.tar.gz |
The rest of the update. Now pkglint is happy, too.
Diffstat (limited to 'audio/audacity/patches')
-rw-r--r-- | audio/audacity/patches/patch-af | 11 | ||||
-rw-r--r-- | audio/audacity/patches/patch-ak | 13 | ||||
-rw-r--r-- | audio/audacity/patches/patch-al | 13 |
3 files changed, 27 insertions, 10 deletions
diff --git a/audio/audacity/patches/patch-af b/audio/audacity/patches/patch-af index 33287e47abe..43ce849bb92 100644 --- a/audio/audacity/patches/patch-af +++ b/audio/audacity/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.5 2007/02/23 03:27:41 rillig Exp $ +$NetBSD: patch-af,v 1.6 2007/02/23 03:37:55 rillig Exp $ The CPPFLAGS and LIBS from wx-config had been set too early in the configure file, so that they were taken into the AC_CONFIG_SUBDIRS @@ -103,12 +103,3 @@ are C++. use_precomp="no" -@@ -7518,6 +7597,8 @@ do - _ACEOF - cat >>$CONFIG_STATUS <<\_ACEOF - -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) -+ : Avoid regenerating within pkgsrc -+ exit 0 - ac_cs_recheck=: ;; - --version | --vers* | -V ) - echo "$ac_cs_version"; exit 0 ;; diff --git a/audio/audacity/patches/patch-ak b/audio/audacity/patches/patch-ak new file mode 100644 index 00000000000..94ebeb83a16 --- /dev/null +++ b/audio/audacity/patches/patch-ak @@ -0,0 +1,13 @@ +$NetBSD: patch-ak,v 1.5 2007/02/23 03:37:55 rillig Exp $ + +--- lib-src/soundtouch/include/STTypes.h.orig 2006-11-15 05:12:11.000000000 +0100 ++++ lib-src/soundtouch/include/STTypes.h 2007-02-23 04:23:58.000000000 +0100 +@@ -132,7 +132,7 @@ namespace soundtouch + #define ALLOW_3DNOW 1
+ #endif
+
+- #if (WIN32 || __i386__ || __x86_64__)
++ #if (WIN32 || __i386__ || __x86_64__) && (!defined(__GNUC__) || defined(__SSE__))
+ #define ALLOW_SSE 1
+ #endif
+ #endif
diff --git a/audio/audacity/patches/patch-al b/audio/audacity/patches/patch-al new file mode 100644 index 00000000000..10a72045868 --- /dev/null +++ b/audio/audacity/patches/patch-al @@ -0,0 +1,13 @@ +$NetBSD: patch-al,v 1.5 2007/02/23 03:37:55 rillig Exp $ + +--- lib-src/soundtouch/soundtouch/STTypes.h.orig 2006-11-15 05:12:11.000000000 +0100 ++++ lib-src/soundtouch/soundtouch/STTypes.h 2007-02-23 04:23:13.000000000 +0100 +@@ -132,7 +132,7 @@ namespace soundtouch + #define ALLOW_3DNOW 1
+ #endif
+
+- #if (WIN32 || __i386__ || __x86_64__)
++ #if (WIN32 || __i386__ || __x86_64__) && (!defined(__GNUC__) || defined(__SSE__))
+ #define ALLOW_SSE 1
+ #endif
+ #endif
|