From 254a7b83962ef0bd46de52fee1f11b3c34754e5a Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Mon, 10 Oct 2005 19:49:34 +0000 Subject: Update from 1.7 to 1.7b. Add the following improvements: 1) Use proper CFLAGS to compiled libaudio's unshared/*.o -- previously only the shared objects were thus compiled. 2) Use -fPIC for shared objects only on sparc64 -- on other platforms use -fpic. 3) Use the unshared/*.o to create the static libaudio.a -- previously the shared objects were used for both libraries. 4) Link with -lXt and -lXau -- the vendor's Imakefile does that only on Linux, for some reason... The first three of these points should really be handled by imake et al... --- audio/nas/files/patch-ae | 11 ----------- 1 file changed, 11 deletions(-) delete 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 deleted file mode 100644 index edb04bb2207b..000000000000 --- a/audio/nas/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 @@ - - XCOMM JET - hmmm. - #if (defined(FreeBSDArchitecture) || defined(BSDArchitecture)) && defined(HasBSD44Sockets) -- EXTRA_DEFINES = -DBSD44SOCKETS -+ EXTRA_DEFINES = -DBSD44SOCKETS - #endif - - XCOMM JET - see if we should avoid streams -- cgit v1.2.3