aboutsummaryrefslogtreecommitdiff
path: root/audio/playgsf/files/patch-libresample-0.1.3__Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'audio/playgsf/files/patch-libresample-0.1.3__Makefile.in')
-rw-r--r--audio/playgsf/files/patch-libresample-0.1.3__Makefile.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/playgsf/files/patch-libresample-0.1.3__Makefile.in b/audio/playgsf/files/patch-libresample-0.1.3__Makefile.in
new file mode 100644
index 000000000000..d33cee871dd0
--- /dev/null
+++ b/audio/playgsf/files/patch-libresample-0.1.3__Makefile.in
@@ -0,0 +1,13 @@
+--- ./libresample-0.1.3/Makefile.in.orig 2013-03-30 04:01:28.000000000 +0100
++++ ./libresample-0.1.3/Makefile.in 2013-03-30 14:03:51.000000000 +0100
+@@ -3,8 +3,8 @@
+ # systems, use this file as a template to create a
+ # working Makefile.
+
+-CC = @CC@
+-CFLAGS = @CFLAGS@ -Wall
++CC ?= @CC@
++CFLAGS ?= @CFLAGS@ -Wall
+
+ LIBS = @LIBS@ -lm
+