diff options
Diffstat (limited to 'audio/audacity-devel/files/patch-libresample-Makefile.in')
-rw-r--r-- | audio/audacity-devel/files/patch-libresample-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/audacity-devel/files/patch-libresample-Makefile.in b/audio/audacity-devel/files/patch-libresample-Makefile.in new file mode 100644 index 000000000000..bcb4513bcd20 --- /dev/null +++ b/audio/audacity-devel/files/patch-libresample-Makefile.in @@ -0,0 +1,11 @@ +--- 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@ |