mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
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...
8 lines
213 B
Text
8 lines
213 B
Text
--- 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
|
|
|