summaryrefslogtreecommitdiff
path: root/multimedia/mjpegtools/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2006-12-03 15:16:03 +0000
committerxtraeme <xtraeme>2006-12-03 15:16:03 +0000
commit4ed0402df45874904e02462920fa7ca9e9a967f4 (patch)
tree62e883fc22176a4809bbe55c18c1d725a3621a9c /multimedia/mjpegtools/Makefile
parent34e25854044f783013fc57e6769849574cd1a86d (diff)
downloadpkgsrc-4ed0402df45874904e02462920fa7ca9e9a967f4.tar.gz
Do not try to link to unexistent libs like laudio and laa, I don't know
where they came from, but they are not needed and were causing me build problems.
Diffstat (limited to 'multimedia/mjpegtools/Makefile')
-rw-r--r--multimedia/mjpegtools/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/mjpegtools/Makefile b/multimedia/mjpegtools/Makefile
index 844a7b7c651..ba02890525e 100644
--- a/multimedia/mjpegtools/Makefile
+++ b/multimedia/mjpegtools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2006/10/13 12:51:27 tron Exp $
+# $NetBSD: Makefile,v 1.37 2006/12/03 15:16:03 xtraeme Exp $
DISTNAME= mjpegtools-1.8.0
PKGREVISION= 6
@@ -28,6 +28,8 @@ CONFIGURE_ARGS+= --without-libquicktime
CONFIGURE_ARGS+= --enable-large-file
CONFIGURE_ARGS+= --with-lame-includes=${BUILDLINK_PREFIX.lame}
+BUILDLINK_TRANSFORM+= rm:-laudio rm:-laa
+
.include "options.mk"
.include "../../audio/lame/buildlink3.mk"