diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-10 02:41:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-10 02:41:34 +0000 |
commit | e20af65f4b4181062f8b1fff5d8b95367ab9d59a (patch) | |
tree | 09df173f86fc46d35530b1191b9910e8369da909 | |
parent | 57c0d0f6084ba6a254ba134cb9173b62ec1fdaf9 (diff) | |
download | pkgsrc-e20af65f4b4181062f8b1fff5d8b95367ab9d59a.tar.gz |
Link libaudio against the libraries it needs (previously on Linux, Darwin,
and FreeBSD; now on NetBSD too).
Bump PKGREVISION.
Noted broken by hira@
-rw-r--r-- | audio/nas/Makefile | 3 | ||||
-rw-r--r-- | audio/nas/distinfo | 4 | ||||
-rw-r--r-- | audio/nas/patches/patch-aa | 13 |
3 files changed, 15 insertions, 5 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index 804e67742ea..d471a04317a 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.77 2007/08/17 21:47:05 joerg Exp $ +# $NetBSD: Makefile,v 1.78 2007/11/10 02:41:34 wiz Exp $ DISTNAME= nas-1.9.src PKGNAME= ${DISTNAME:S/.src//} +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nas/} diff --git a/audio/nas/distinfo b/audio/nas/distinfo index 31eb1813101..2577cda0438 100644 --- a/audio/nas/distinfo +++ b/audio/nas/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.20 2007/05/05 21:31:09 markd Exp $ +$NetBSD: distinfo,v 1.21 2007/11/10 02:41:34 wiz Exp $ SHA1 (nas-1.9.src.tar.gz) = 2ee3151c71a6667bd996a0f1cda18a8b9d7cb0c7 RMD160 (nas-1.9.src.tar.gz) = a691f10d557bd676bbc2e9f0db949169815446aa Size (nas-1.9.src.tar.gz) = 1471635 bytes -SHA1 (patch-aa) = 4026d90594cf31b15624a3c8cb72316978224113 +SHA1 (patch-aa) = b57fe377c3939a67b86e234e06d0bd84bbd92d28 SHA1 (patch-ab) = d424b0970bd23584629f6a9bebea8b8c014462b5 SHA1 (patch-ac) = 36f8ee0ec494e9d6a7994780c608c7a5fbf2114d SHA1 (patch-ad) = d749d1e6f0ede2a848cb663ed8dddcb7ee9f8c48 diff --git a/audio/nas/patches/patch-aa b/audio/nas/patches/patch-aa index 6e0075d1526..2e5fce579fa 100644 --- a/audio/nas/patches/patch-aa +++ b/audio/nas/patches/patch-aa @@ -1,7 +1,16 @@ -$NetBSD: patch-aa,v 1.9 2006/07/08 00:27:56 minskim Exp $ +$NetBSD: patch-aa,v 1.10 2007/11/10 02:41:34 wiz Exp $ ---- lib/audio/Imakefile.orig 2005-06-04 13:08:54.000000000 -0700 +--- lib/audio/Imakefile.orig 2006-08-14 01:10:05.000000000 +0000 +++ lib/audio/Imakefile +@@ -150,7 +150,7 @@ XAULIB = + XAULIB = -lXau + #endif + +-#if defined(LinuxArchitecture) || defined(GNUArchitecture) || defined(__FreeBSD_kernel__) ++#if defined(LinuxArchitecture) || defined(GNUArchitecture) || defined(__FreeBSD_kernel__) || defined(NetBSDArchitecture) + REQUIREDLIBS = -L$(USRLIBDIR) -lXt $(XAULIB) -lm + #endif + @@ -159,6 +159,10 @@ REQUIREDLIBS = $(LDPRELIB) $(XAUTHLIB) $ STD_INCLUDES = -I/usr/include #endif |