summaryrefslogtreecommitdiff
path: root/audio/audacity-devel/files/patch-libresample-Makefile.in
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-03 13:16:54 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-03 13:16:54 +0000
commit54674e87a92757b96767a71ab83ea2895dbfc371 (patch)
tree8efc7490a16cebeed764bcef533e54c173feb0d9 /audio/audacity-devel/files/patch-libresample-Makefile.in
parent Add new devices (diff)
- Remove audio/audacity-devel, because it's now redundant after
updating audio/audacity to the latest version. PR: ports/63674 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=102819
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@