1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/nas/files/patch-ae
Chris D. Faulhaber e3bbb3138e Update port to 1.4
Add WWW

PR:		17645
Submitted by:	tkato@prontomail.ne.jp
2000-03-30 03:28:07 +00:00

20 lines
602 B
Plaintext

--- 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 \