diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-10-06 18:29:58 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-10-06 18:29:58 +0000 |
commit | 96905e7c7d3153770fcb7165d99fab2c0fed21b3 (patch) | |
tree | 7b5eaebaadee9395d8d633434ee09b3899de5957 /audio/audacity-devel/files/patch-libresample-Makefile.in | |
parent | - Update to 1.2 (diff) |
- re-introduce audio/audacity-devel port (version 1.3.0b); [1]
- fix pkg-plist, lines added:
-----
share/mime/packages/audacity.xml
share/applications/audacity.desktop
@dirrmtry share/applications
PR: 103260 [1]
Submitted by: Jack Low <xxjack12xx at gmail.com> [1]
Notes
Notes:
svn path=/head/; revision=174653
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@ |