summaryrefslogtreecommitdiff
path: root/multimedia/avidemux
diff options
context:
space:
mode:
authortron <tron>2006-12-05 21:00:26 +0000
committertron <tron>2006-12-05 21:00:26 +0000
commit61af8040bd9dab7cfc06f562539eadc08dccde59 (patch)
treef2db86a52a25c5ab52bd34b379da740664f668b8 /multimedia/avidemux
parent023828e54b19a246066eeb247742a12f174ad775 (diff)
downloadpkgsrc-61af8040bd9dab7cfc06f562539eadc08dccde59.tar.gz
Brings this close to building under Mac OS X. It now fails linking because
it didn't properly build PowerPC specific code before. The package might therefore already build properly under Mac OS X i386.
Diffstat (limited to 'multimedia/avidemux')
-rw-r--r--multimedia/avidemux/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile
index 7b5d321e254..72e73f63fda 100644
--- a/multimedia/avidemux/Makefile
+++ b/multimedia/avidemux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2006/12/05 13:01:21 xtraeme Exp $
+# $NetBSD: Makefile,v 1.38 2006/12/05 21:00:26 tron Exp $
#
DISTNAME= avidemux_2.3.0
@@ -34,6 +34,10 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.avidemux
PKG_SUPPORTED_OPTIONS= mmx
.endif
+.if ${OPSYS} == "Darwin"
+CPPFLAGS+= -D__maxosx__
+.endif
+
.include "../../mk/bsd.options.mk"
.if empty(PKG_OPTIONS:Mmmx)