diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2005-10-10 19:49:34 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2005-10-10 19:49:34 +0000 |
commit | 254a7b83962ef0bd46de52fee1f11b3c34754e5a (patch) | |
tree | 37ab43bfffd423d6e4c05eefe58d6b80cfdd2933 /audio/nas/files/patch-ae | |
parent | Update to 0.95.7 [1] (diff) |
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...
Notes
Notes:
svn path=/head/; revision=144861
Diffstat (limited to 'audio/nas/files/patch-ae')
-rw-r--r-- | audio/nas/files/patch-ae | 11 |
1 files changed, 0 insertions, 11 deletions
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 |