summaryrefslogtreecommitdiff
path: root/audio/audacity-devel/files/patch-libresample-Makefile.in
blob: bcb4513bcd2080bc989cb697129f7de00b3b1583 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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@