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..715ca00f65c1
--- /dev/null
+++ b/audio/playgsf/files/patch-libresample-0.1.3_Makefile.in
@@ -0,0 +1,13 @@
+--- libresample-0.1.3/Makefile.in.orig 2016-07-26 15:40:39 UTC
++++ libresample-0.1.3/Makefile.in
+@@ -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
+