diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-12-03 15:16:03 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-12-03 15:16:03 +0000 |
commit | 32e8220fcf3c56b9a7bc11ffb445320b7de854b8 (patch) | |
tree | 62e883fc22176a4809bbe55c18c1d725a3621a9c /multimedia/mjpegtools | |
parent | 602a5d0ebaba0c330869d20508fe34d9885ad2c5 (diff) | |
download | pkgsrc-32e8220fcf3c56b9a7bc11ffb445320b7de854b8.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')
-rw-r--r-- | multimedia/mjpegtools/Makefile | 4 |
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" |