diff options
Diffstat (limited to 'audio/audacity/patches/patch-al')
-rw-r--r-- | audio/audacity/patches/patch-al | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/audacity/patches/patch-al b/audio/audacity/patches/patch-al new file mode 100644 index 00000000000..060c0964218 --- /dev/null +++ b/audio/audacity/patches/patch-al @@ -0,0 +1,13 @@ +$NetBSD: patch-al,v 1.1.1.1 2001/06/17 19:13:52 drochner Exp $ + +--- mpeg3/Makefile.orig Sat Jun 16 17:58:23 2001 ++++ mpeg3/Makefile Sat Jun 16 17:59:26 2001 +@@ -44,7 +44,7 @@ + + OUTPUT = libmpeg3.a + UTILS = dump mpeg3cat mpeg3toc mpeg3split +-LIBS = -lm -lpthread ++LIBS = -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lm -lpthread + + all: $(OUTPUT) util + |