summaryrefslogtreecommitdiff
path: root/audio/audacity-devel/files/patch-libresample-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audacity-devel/files/patch-libresample-Makefile.in')
-rw-r--r--audio/audacity-devel/files/patch-libresample-Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/audacity-devel/files/patch-libresample-Makefile.in b/audio/audacity-devel/files/patch-libresample-Makefile.in
deleted file mode 100644
index bcb4513bcd20..000000000000
--- a/audio/audacity-devel/files/patch-libresample-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib-src/libresample/Makefile.in.orig Tue Dec 2 19:46:02 2003
-+++ lib-src/libresample/Makefile.in Tue Dec 2 19:46:25 2003
-@@ -6,7 +6,7 @@
- CC = @CC@
- CFLAGS = @CFLAGS@ -Wall
-
--LIBS = @LIBS@ -lm
-+LIBS = @LDFLAGS@ @LIBS@ -lm
-
- AR = @AR@
- RANLIB = @RANLIB@