pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/libdv Disable assembler code for Interix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d53c3b0c951f
branches:  trunk
changeset: 530382:d53c3b0c951f
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Jun 28 10:11:33 2007 +0000

description:
Disable assembler code for Interix.
Suggested in PR 36571 by John Ruschmeyer.

diffstat:

 multimedia/libdv/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f5f444856df3 -r d53c3b0c951f multimedia/libdv/Makefile.common
--- a/multimedia/libdv/Makefile.common  Thu Jun 28 03:00:39 2007 +0000
+++ b/multimedia/libdv/Makefile.common  Thu Jun 28 10:11:33 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2007/06/15 17:52:05 joerg Exp $
+# $NetBSD: Makefile.common,v 1.9 2007/06/28 10:11:33 obache Exp $
 
 DISTNAME=      libdv-0.104
 CATEGORIES=    multimedia
@@ -24,7 +24,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if (${OPSYS} == "Darwin") || empty(MACHINE_PLATFORM:M*-*-i386)
+.if (${OPSYS} == "Darwin") || empty(MACHINE_PLATFORM:M*-*-i386) || (${OPSYS} == "Interix")
 CONFIGURE_ARGS+=       --disable-asm
 .endif
 



Home | Main Index | Thread Index | Old Index