--- Makefile.orig	Sun Apr 11 22:26:12 2004
+++ Makefile	Sun Apr 11 22:26:24 2004
@@ -13,7 +13,7 @@
 
 xmms-mpegplus-$(VERSION).so: In_mpp.c bitstream.c huff_new.c huff_old.c \
 		 requant.c resort.c synth_filter.c mpp_dec.c Makefile
-	gcc -DVERSION=\"$(VERSION)\" -Wall -pedantic -shared `xmms-config --cflags --libs` \
+	gcc -fPIC -DPIC -DVERSION=\"$(VERSION)\" -Wall -pedantic -shared `xmms-config --cflags --libs` \
 	`gtk-config --cflags --libs` -o xmms-mpegplus-`echo $(VERSION)`.so \
 	In_mpp.c bitstream.c huff_new.c huff_old.c requant.c resort.c \
 	synth_filter.c mpp_dec.c