diff options
author | rillig <rillig@pkgsrc.org> | 2006-05-09 08:01:07 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-05-09 08:01:07 +0000 |
commit | 6934d0f2cf3b086c58fd0483265f0398db8122ed (patch) | |
tree | 58293107e063f5fb35fbb0a20eec00cad484c858 | |
parent | 00e2b930d3867591ceb0a40c4d2da41fa8a9cdf7 (diff) | |
download | pkgsrc-6934d0f2cf3b086c58fd0483265f0398db8122ed.tar.gz |
Fixed pkglint warnings.
-rw-r--r-- | audio/audacity/Makefile | 4 | ||||
-rw-r--r-- | audio/audacity/distinfo | 4 | ||||
-rw-r--r-- | audio/audacity/patches/patch-ai | 6 |
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"
|