summaryrefslogtreecommitdiff
path: root/audio/audacity
diff options
context:
space:
mode:
authorrillig <rillig>2006-05-09 08:01:07 +0000
committerrillig <rillig>2006-05-09 08:01:07 +0000
commite2f2500f8c2ce45671b3f24165fdda8d0d9f42ae (patch)
tree58293107e063f5fb35fbb0a20eec00cad484c858 /audio/audacity
parentf9bf73e1073e31b88b9baac041b0d105d5d21679 (diff)
downloadpkgsrc-e2f2500f8c2ce45671b3f24165fdda8d0d9f42ae.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'audio/audacity')
-rw-r--r--audio/audacity/Makefile4
-rw-r--r--audio/audacity/distinfo4
-rw-r--r--audio/audacity/patches/patch-ai6
3 files changed, 7 insertions, 7 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile
index 17d1c26ea1f..e6c3bdbc04a 100644
--- a/audio/audacity/Makefile
+++ b/audio/audacity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2006/04/17 13:46:15 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2006/05/09 08:01:07 rillig Exp $
DISTNAME= audacity-src-1.2.4b
PKGNAME= audacity-1.2.4b
@@ -23,7 +23,7 @@ CONFIGURE_ARGS+= --with-libmad=system
CONFIGURE_ARGS+= --with-libsndfile=system
CONFIGURE_ARGS+= --with-portaudio=system
CONFIGURE_ARGS+= --with-vorbis=system
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LTCONFIG_OVERRIDE+= ${WRKSRC}/ltconfig
CONFIG_GUESS_OVERRIDE?= \
config.guess */config.guess */*/config.guess */*/*/config.guess
diff --git a/audio/audacity/distinfo b/audio/audacity/distinfo
index ae97741e05b..c5fc5ec6d1e 100644
--- a/audio/audacity/distinfo
+++ b/audio/audacity/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2006/01/17 21:49:45 adam Exp $
+$NetBSD: distinfo,v 1.12 2006/05/09 08:01:07 rillig Exp $
SHA1 (audacity-src-1.2.4b.tar.gz) = cc159cbda4647af91460a1785db2bfa6a1ab9760
RMD160 (audacity-src-1.2.4b.tar.gz) = 4c6609b200a86ff081ecaa1789525404031563d6
@@ -11,5 +11,5 @@ SHA1 (patch-ae) = 8e22a7a8ce064c8877323e44ffd07286fe3ea02f
SHA1 (patch-af) = 54450e915cabde52e4276196d6eb8da331c8eedd
SHA1 (patch-ag) = 68bcbd932cd4440bc9090c6afc369cfcae54a16b
SHA1 (patch-ah) = fa0c240f7e20299a6ed26692d443dfb95c0b7eb9
-SHA1 (patch-ai) = f8c1cf877177f29981c83f209da9b5c67e52963b
+SHA1 (patch-ai) = 5b1f83ee02970cd7d24cc31e8a59fddbb0f55dd7
SHA1 (patch-aj) = 34b4cdd266345f04954983cc14e4b762f09f4df8
diff --git a/audio/audacity/patches/patch-ai b/audio/audacity/patches/patch-ai
index 0a996579b15..d6861f62910 100644
--- a/audio/audacity/patches/patch-ai
+++ b/audio/audacity/patches/patch-ai
@@ -1,8 +1,8 @@
-$NetBSD: patch-ai,v 1.3 2005/10/03 20:42:59 joerg Exp $
+$NetBSD: patch-ai,v 1.4 2006/05/09 08:01:07 rillig Exp $
--- lib-src/soundtouch/source/SoundTouch/cpu_detect_x86_gcc.cpp.orig 2005-07-22 17:07:42.000000000 +0000
+++ lib-src/soundtouch/source/SoundTouch/cpu_detect_x86_gcc.cpp
-@@ -83,6 +83,7 @@ uint detectCPUextensions(void)
+@@ -83,6 +83,7 @@ uint detectCPUextensions(void)
if (_dwDisabledISA == 0xffffffff) return 0;
asm volatile(
@@ -10,7 +10,7 @@ $NetBSD: patch-ai,v 1.3 2005/10/03 20:42:59 joerg Exp $
"\n\txor %%esi, %%esi" // clear %%esi = result register
// check if 'cpuid' instructions is available by toggling eflags bit 21
-@@ -131,10 +132,11 @@ uint detectCPUextensions(void)
+@@ -131,10 +132,11 @@ uint detectCPUextensions(void)
"\n\tend:"
"\n\tmov %%esi, %0"