summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-07-27 07:13:36 +0000
committerjkh <jkh@FreeBSD.org>1996-07-27 07:13:36 +0000
commit8dad439e64f8e933396ec206f3a326d154b09f6e (patch)
tree7ea86e8d1ffcaf07fa3df9d8f494db0978e90f06 /audio
parentd5181b8027ef263167bfc8a119428a573ccdac08 (diff)
downloadFreeBSD-ports-8dad439e64f8e933396ec206f3a326d154b09f6e.zip
FreeBSD-ports-8dad439e64f8e933396ec206f3a326d154b09f6e.tar.gz
This patch fixes a bug in the NAS port included with 2.1R.
The symptom: NAS client applications cannot properly locate the server. Specifically, server specifications such as `:0' are not properly linked. The cause: A compiler define for BSD 4.4 Sockets was incorrectly set in the makefile. Submitted-By: Tim Kientzle <kientzle@netcom.com>
Diffstat (limited to 'audio')
-rw-r--r--audio/nas/files/patch-ae25
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/nas/files/patch-ae b/audio/nas/files/patch-ae
new file mode 100644
index 0000000..9de5c29
--- /dev/null
+++ b/audio/nas/files/patch-ae
@@ -0,0 +1,25 @@
+*** lib/audio/Imakefile Tue Feb 13 12:18:13 1996
+--- lib/audio/Imakefile Tue Feb 13 10:21:19 1996
+***************
+*** 66,73 ****
+ #endif /* ProjectX < 5 */
+
+ EDB_DEFINES = -DERRORDB=\"$(LIBDIR)/AuErrorDB\"
+
+ DEFINES = $(MALLOC_DEFINES) $(SYSV_DEFINES)
+! CONN_DEFINES = ConnectionFlags
+ INSTALLFLAGS += $(INSTINCFLAGS)
+
+--- 66,78 ----
+ #endif /* ProjectX < 5 */
+
++ #if HasBSD44Sockets
++ SOCK_DEFINES = -DBSD44SOCKETS
++ #endif
++
++
+ EDB_DEFINES = -DERRORDB=\"$(LIBDIR)/AuErrorDB\"
+
+ DEFINES = $(MALLOC_DEFINES) $(SYSV_DEFINES)
+! CONN_DEFINES = ConnectionFlags $(SOCK_DEFINES)
+ INSTALLFLAGS += $(INSTINCFLAGS)
OpenPOWER on IntegriCloud