mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e3bbb3138e
Add WWW PR: 17645 Submitted by: tkato@prontomail.ne.jp
20 lines
602 B
Plaintext
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 \
|