pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/mjpegtools Do not try to link to unexistent...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ea139e41636
branches:  trunk
changeset: 522125:0ea139e41636
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun Dec 03 15:16:03 2006 +0000

description:
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:

 multimedia/mjpegtools/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c98c5b6f6346 -r 0ea139e41636 multimedia/mjpegtools/Makefile
--- a/multimedia/mjpegtools/Makefile    Sun Dec 03 14:49:56 2006 +0000
+++ b/multimedia/mjpegtools/Makefile    Sun Dec 03 15:16:03 2006 +0000
@@ -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+=       --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"



Home | Main Index | Thread Index | Old Index