diff options
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.in | 13 |
1 files changed, 0 insertions, 13 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 deleted file mode 100644 index d33cee871dd0..000000000000 --- a/audio/playgsf/files/patch-libresample-0.1.3__Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- ./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 - |