summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authortron <tron>2007-02-05 20:38:57 +0000
committertron <tron>2007-02-05 20:38:57 +0000
commit4fb730ec6c90cff0a5d6c18b8d1357ec829dfbed (patch)
tree33b3d1048e613480a51686a316233e21a3d7e56c /multimedia
parent4e6f9cc1b9facde5fa90cfe5846fa20580c1ad61 (diff)
downloadpkgsrc-4fb730ec6c90cff0a5d6c18b8d1357ec829dfbed.tar.gz
Dislabe running an SDL test program under Mac OS X. The test program
fails for some weird reason and the "configure" script assumes SDL isn't installed which results in an incomplete package.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mjpegtools/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/multimedia/mjpegtools/Makefile b/multimedia/mjpegtools/Makefile
index 965e0dc11ef..2d568273953 100644
--- a/multimedia/mjpegtools/Makefile
+++ b/multimedia/mjpegtools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2007/02/01 10:48:11 abs Exp $
+# $NetBSD: Makefile,v 1.39 2007/02/05 20:38:57 tron Exp $
DISTNAME= mjpegtools-1.8.0
PKGREVISION= 6
@@ -28,7 +28,13 @@ CONFIGURE_ARGS+= --without-libquicktime
CONFIGURE_ARGS+= --enable-large-file
CONFIGURE_ARGS+= --with-lame-includes=${BUILDLINK_PREFIX.lame}
-BUILDLINK_TRANSFORM+= rm:-laudio rm:-laa
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == Darwin
+CONFIGURE_ARGS+= --disable-sdltest
+.endif
+
+BUILDLINK_TRANSFORM+= rm:-laudio
.include "options.mk"