freebsd-ports/audio/nas/files/patch-useXt
Mikhail Teterin 254a7b8396 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...
2005-10-10 19:49:34 +00:00

9 lines
213 B
Plaintext

--- lib/audio/Imakefile Sat Jun 4 16:08:54 2005
+++ lib/audio/Imakefile Mon Oct 10 15:38:24 2005
@@ -152,5 +152,3 @@
-#if defined(LinuxArchitecture)
REQUIREDLIBS = -L$(USRLIBDIR) -lXt $(XAULIB) -lm
-#endif