summaryrefslogtreecommitdiff
path: root/audio/nas/patches
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2005-04-07 14:33:56 +0000
committermarkd <markd@pkgsrc.org>2005-04-07 14:33:56 +0000
commit61b177d26be1889db94ec19c768ee5bcaeb5de45 (patch)
treeb2c562c61032debc55968a43f58ff4dc874082f8 /audio/nas/patches
parent4899aa0464cf733022d02a881f6d48797f3f0c90 (diff)
downloadpkgsrc-61b177d26be1889db94ec19c768ee5bcaeb5de45.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/patches')
-rw-r--r--audio/nas/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/nas/patches/patch-ag b/audio/nas/patches/patch-ag
new file mode 100644
index 00000000000..77b09dece27
--- /dev/null
+++ b/audio/nas/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2005/04/07 14:33:56 markd Exp $
+
+--- lib/audio/Imakefile.orig 2005-04-08 01:55:21.000000000 +1200
++++ lib/audio/Imakefile
+@@ -59,7 +59,7 @@
+ #endif
+
+ XCOMM JET - hmmm.
+-#if (defined(FreeBSDArchitecture) || defined(BSDArchitecture)) && defined(HasBSD44Sockets)
++#if (defined(FreeBSDArchitecture) || defined(NetBSDArchitecture) || defined(BSDArchitecture)) && defined(HasBSD44Sockets)
+ EXTRA_DEFINES = -DBSD44SOCKETS
+ #endif
+