pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ocaml Match all ARM variants.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e4a4f7e0453e
branches: trunk
changeset: 641895:e4a4f7e0453e
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Nov 20 15:22:44 2014 +0000
description:
Match all ARM variants.
diffstat:
lang/ocaml/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d456286e7ca7 -r e4a4f7e0453e lang/ocaml/Makefile
--- a/lang/ocaml/Makefile Thu Nov 20 15:22:12 2014 +0000
+++ b/lang/ocaml/Makefile Thu Nov 20 15:22:44 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2014/10/09 19:08:28 jaapb Exp $
+# $NetBSD: Makefile,v 1.92 2014/11/20 15:22:44 joerg Exp $
.include "Makefile.common"
@@ -28,7 +28,7 @@
# Optional components built only on certain platforms.
.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \
- (${MACHINE_ARCH} == "arm") || \
+ !empty(MACHINE_ARCH:Marm) || \
(${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64")
BUILD_TARGET+= opt opt.opt
PLIST_SRC+= ${PKGDIR}/PLIST.opt
Home |
Main Index |
Thread Index |
Old Index