From 72c9eb03cc36f802559f067533cde3f5a27c535c Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 27 Jul 1996 07:13:36 +0000 Subject: 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 --- audio/nas/files/patch-ae | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 audio/nas/files/patch-ae (limited to 'audio/nas/files/patch-ae') diff --git a/audio/nas/files/patch-ae b/audio/nas/files/patch-ae new file mode 100644 index 000000000000..9de5c29d8989 --- /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) -- cgit v1.2.3