diff -Naur AudioCompress-1.5.1.orig/Makefile AudioCompress-1.5.1/Makefile --- AudioCompress-1.5.1.orig/Makefile 2004-03-29 10:04:30.000000000 -0800 +++ AudioCompress-1.5.1/Makefile 2004-08-02 12:57:48.347510623 -0700 @@ -6,12 +6,12 @@ ### Different platforms need different options... ### Linux -#DYNAMIC = -shared -Wl,-soname -Wl,$(@) +DYNAMIC = -shared -Wl,-soname -Wl,$(@) ### MacOS X (Jaguar with Fink) -CFLAGS = -I/sw/include -LDFLAGS = -L/sw/lib -DYNAMIC = -dynamiclib +#CFLAGS = -I/sw/include +#LDFLAGS = -L/sw/lib +#DYNAMIC = -dynamiclib ### Comment out these lines if you don't have X11 installed or ### otherwise want to build it without X11 @@ -22,7 +22,7 @@ ### (or don't have the XMMS development headers installed) TARGETS += libcompress.so INSTALL += install-xmms -CFLAGS += `xmms-config --cflags` +CFLAGS += `xmms-config --cflags` -fPIC LDFLAGS += `xmms-config --libs` ### Comment out these lines if you don't want to include EsounD functionality