diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-15 23:46:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-15 23:46:29 +0000 |
commit | b101c12f7e7dc933a5ea692b74d7e98b0ff3d54b (patch) | |
tree | 55a465112a6d2eee7c86974fd7101d9947faa80a /audio/nas/files/patch-ae | |
parent | - Use external libgsm instead of bundled object file (diff) |
- Update to 1.7
PR: ports/73967
Submitted by: Dima Panov <redfox@Fluffy.Khv.RU>
Diffstat (limited to 'audio/nas/files/patch-ae')
-rw-r--r-- | audio/nas/files/patch-ae | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/audio/nas/files/patch-ae b/audio/nas/files/patch-ae index 585fdc620126..edb04bb2207b 100644 --- a/audio/nas/files/patch-ae +++ b/audio/nas/files/patch-ae @@ -1,19 +1,11 @@ ---- 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 */ +--- lib/audio/Imakefile.orig Sun Sep 12 06:23:33 2004 ++++ lib/audio/Imakefile Mon Nov 15 21:42:49 2004 +@@ -60,7 +60,7 @@ -+#if HasBSD44Sockets -+ SOCK_DEFINES = -DBSD44SOCKETS -+#endif -+ -+ - EDB_DEFINES = -DERRORDB=\"$(LIBDIR)/AuErrorDB\" + XCOMM JET - hmmm. + #if (defined(FreeBSDArchitecture) || defined(BSDArchitecture)) && defined(HasBSD44Sockets) +- EXTRA_DEFINES = -DBSD44SOCKETS ++ EXTRA_DEFINES = -DBSD44SOCKETS + #endif - 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 \ + XCOMM JET - see if we should avoid streams |