pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/libdv libdv: disable asm to avoid text relo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c393515bc9f4
branches: trunk
changeset: 381041:c393515bc9f4
user: tsutsui <tsutsui%pkgsrc.org@localhost>
date: Sun May 27 15:21:09 2018 +0000
description:
libdv: disable asm to avoid text relocations on NetBSD/i386 8.0.
Bump PKGREVISION. Ok'ed by wiz@ in PR pkg/53319.
diffstat:
multimedia/libdv/Makefile | 4 ++--
multimedia/libdv/Makefile.common | 6 ++++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 2d6ae7434335 -r c393515bc9f4 multimedia/libdv/Makefile
--- a/multimedia/libdv/Makefile Sun May 27 14:58:19 2018 +0000
+++ b/multimedia/libdv/Makefile Sun May 27 15:21:09 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2011/04/22 13:44:17 obache Exp $
+# $NetBSD: Makefile,v 1.16 2018/05/27 15:21:09 tsutsui Exp $
.include "Makefile.common"
-PKGREVISION= 1
+PKGREVISION= 2
CONFIGURE_ARGS+= --disable-gtk
diff -r 2d6ae7434335 -r c393515bc9f4 multimedia/libdv/Makefile.common
--- a/multimedia/libdv/Makefile.common Sun May 27 14:58:19 2018 +0000
+++ b/multimedia/libdv/Makefile.common Sun May 27 15:21:09 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2013/12/03 21:46:46 bsiegert Exp $
+# $NetBSD: Makefile.common,v 1.16 2018/05/27 15:21:09 tsutsui Exp $
#
# used by multimedia/libdv-tools/Makefile
@@ -24,7 +24,9 @@
.include "../../mk/bsd.prefs.mk"
.if (${OPSYS} == "Darwin") || empty(MACHINE_PLATFORM:M*-*-i386) || \
- (${OPSYS} == "Interix") || (${OPSYS} == "SunOS") || (${OPSYS} == "MirBSD")
+ (${OPSYS} == "Interix") || (${OPSYS} == "SunOS") || \
+ (${OPSYS} == "MirBSD") || \
+ !empty(MACHINE_PLATFORM:MNetBSD-[89].*-i386)
CONFIGURE_ARGS+= --disable-asm
.endif
Home |
Main Index |
Thread Index |
Old Index