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-ag | |
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-ag')
-rw-r--r-- | audio/nas/files/patch-ag | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/nas/files/patch-ag b/audio/nas/files/patch-ag deleted file mode 100644 index 503f59526e40..000000000000 --- a/audio/nas/files/patch-ag +++ /dev/null @@ -1,12 +0,0 @@ ---- server/Imakefile.orig Sun Dec 2 15:57:38 2001 -+++ server/Imakefile Fri Dec 28 18:00:27 2001 -@@ -105,6 +105,9 @@ - # if defined(LinuxArchitecture) - RCMANDIR = $(FILEMANDIR) - RCMANSUFFIX = 5nas -+# elif defined(FreeBSDArchitecture) -+ RCMANDIR = $(FILEMANDIR) -+ RCMANSUFFIX = $(FILEMANSUFFIX) - # else - RCMANDIR = $(MANDIR) - RCMANSUFFIX = 5x |