File fPIC.diff of Package freeimage
diff -U 3 -H -d -r -N -- FreeImage/Makefile.fip FreeImage-new/Makefile.fip --- FreeImage/Makefile.fip 2007-08-25 16:57:54.000000000 +0100 +++ FreeImage-new/Makefile.fip 2007-12-30 16:41:46.000000000 +0000 @@ -14,7 +14,7 @@ # Converts cr/lf to just lf DOS2UNIX = dos2unix -COMPILERFLAGS = -O3 -fexceptions -fvisibility=hidden +COMPILERFLAGS = -O3 -fexceptions -fvisibility=hidden -fPIC LIBRARIES = -lstdc++ MODULES = $(SRCS:.c=.o)