diff options
author | markd <markd> | 2005-04-07 14:33:56 +0000 |
---|---|---|
committer | markd <markd> | 2005-04-07 14:33:56 +0000 |
commit | f32930dc7353355a8bc35a4db62be7bd7917a9a3 (patch) | |
tree | b2c562c61032debc55968a43f58ff4dc874082f8 /audio/nas/Makefile | |
parent | 4f16b051826dede8a3f54ba087458d233fc15ea2 (diff) | |
download | pkgsrc-f32930dc7353355a8bc35a4db62be7bd7917a9a3.tar.gz |
Define BSD44SOCKETS when building libaudio on NetBSD.
From PR pkg/20615 by Scott Presnell.
Scott's patch was added to nas before 1.7 but then broken, this fixes that.
Bump PKGREVISION.
Diffstat (limited to 'audio/nas/Makefile')
-rw-r--r-- | audio/nas/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index 13b0ff95ffe..83c12402494 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.51 2005/04/07 12:38:46 markd Exp $ +# $NetBSD: Makefile,v 1.52 2005/04/07 14:33:56 markd Exp $ DISTNAME= nas-1.7.src PKGNAME= ${DISTNAME:S/.src//} +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://nas.codebrilliance.com/nas/ \ ftp://ftp.uni-duisburg.de/Sound/NAS/ |