summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2007-02-05 20:38:57 +0000
committertron <tron@pkgsrc.org>2007-02-05 20:38:57 +0000
commitbe2174e014ad5632b360a59183c68bb8c4c202e7 (patch)
tree33b3d1048e613480a51686a316233e21a3d7e56c
parent01c79f6078025b173dc4cc0994ee58de07371700 (diff)
downloadpkgsrc-be2174e014ad5632b360a59183c68bb8c4c202e7.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.
-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"