summaryrefslogtreecommitdiff
path: root/audio/playgsf/files/patch-libresample-0.1.3_Makefile.in
blob: 715ca00f65c1108f0f5d6c3519cc693c5a96ceae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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