aboutsummaryrefslogtreecommitdiff
path: root/audio/nas/files/patch-ae
blob: 585fdc620126c5bf586509c003997262e3718d95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- lib/audio/Imakefile.orig	Sat Jan  1 18:28:13 2000
+++ lib/audio/Imakefile	Sat Mar 25 14:56:19 2000
@@ -64,10 +64,15 @@
     COMPAT_OBJS = AuGetBest.o
 #endif /* ProjectX < 5 */
 
+#if HasBSD44Sockets
+   SOCK_DEFINES = -DBSD44SOCKETS
+#endif
+
+
      EDB_DEFINES = -DERRORDB=\"$(LIBDIR)/AuErrorDB\"
 
         DEFINES = $(MALLOC_DEFINES) $(SYSV_DEFINES)
-   CONN_DEFINES = ConnectionFlags
+   CONN_DEFINES = ConnectionFlags $(SOCK_DEFINES)
 
 HEADERS = Alibint.h Alibnet.h Xtutil.h audiolib.h audioutil.h snd.h wave.h    \
           voc.h aiff.h sound.h soundlib.h fileutil.h 8svx.h Astreams.h \