From 32e8220fcf3c56b9a7bc11ffb445320b7de854b8 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sun, 3 Dec 2006 15:16:03 +0000 Subject: 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. --- multimedia/mjpegtools/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'multimedia') 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" -- cgit v1.2.3