Fixed pkglint warnings.
This commit is contained in:
parent
21f6810a49
commit
1ddeefd964
3 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue