pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/smpeg smpeg: disable mmx asm to avoid text ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81b732db4d76
branches:  trunk
changeset: 309313:81b732db4d76
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Fri Jun 15 11:49:17 2018 +0000

description:
smpeg: disable mmx asm to avoid text relocations on NetBSD/i386 8.0.

Bump PKGREVISION.

diffstat:

 multimedia/smpeg/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6b92e82375aa -r 81b732db4d76 multimedia/smpeg/Makefile
--- a/multimedia/smpeg/Makefile Fri Jun 15 11:47:38 2018 +0000
+++ b/multimedia/smpeg/Makefile Fri Jun 15 11:49:17 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2016/02/25 15:49:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.32 2018/06/15 11:49:17 tsutsui Exp $
 #
 
 DISTNAME=      smpeg-0.4.4
-PKGREVISION=   16
+PKGREVISION=   17
 CATEGORIES=    devel multimedia
 MASTER_SITES=  #
 
@@ -29,8 +29,11 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${MACHINE_ARCH} == "i386" && ${OPSYS} != "Darwin"
+.if ${MACHINE_ARCH} == "i386"
+. if ${OPSYS} != "Darwin" && \
+     empty(MACHINE_PLATFORM:MNetBSD-[89].*-i386)
 CONFIGURE_ARGS+=       --enable-mmx
+. endif
 .endif
 
 MAKE_ENV.SunOS+=       SunOS_LDFLAGS="-shared -mimpure-text"



Home | Main Index | Thread Index | Old Index