pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/avidemux Brings this close to building unde...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7044ae175115
branches:  trunk
changeset: 522208:7044ae175115
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Dec 05 21:00:26 2006 +0000

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

 multimedia/avidemux/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r b89958299544 -r 7044ae175115 multimedia/avidemux/Makefile
--- a/multimedia/avidemux/Makefile      Tue Dec 05 21:00:12 2006 +0000
+++ b/multimedia/avidemux/Makefile      Tue Dec 05 21:00:26 2006 +0000
@@ -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_SUPPORTED_OPTIONS= mmx
 .endif
 
+.if ${OPSYS} == "Darwin"
+CPPFLAGS+=             -D__maxosx__
+.endif
+
 .include "../../mk/bsd.options.mk"
 
 .if empty(PKG_OPTIONS:Mmmx)



Home | Main Index | Thread Index | Old Index