updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / libresample / Makefile.in.patch
blobc6e5ea6c81a476d831c7e61c50f936d8eece2061
1 diff -Nur libresample-0.1.3.orig/Makefile.in libresample-0.1.3/Makefile.in
2 --- libresample-0.1.3.orig/Makefile.in 2003-10-12 17:05:59.000000000 +1000
3 +++ libresample-0.1.3/Makefile.in 2009-08-24 08:43:16.000000000 +1000
4 @@ -20,6 +20,10 @@
5 TARGETS = @TARGETS@
6 DIRS=tests
8 +ifeq ($(shell uname -m),x86_64)
9 + CFLAGS += -fPIC
10 +endif
12 all: $(TARGETS)
14 libresample.a: $(OBJS) Makefile