pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ocaml Really match all ARM variants.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7dda5295eedb
branches:  trunk
changeset: 641896:7dda5295eedb
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 20 15:24:57 2014 +0000

description:
Really match all ARM variants.

diffstat:

 lang/ocaml/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e4a4f7e0453e -r 7dda5295eedb lang/ocaml/Makefile
--- a/lang/ocaml/Makefile       Thu Nov 20 15:22:44 2014 +0000
+++ b/lang/ocaml/Makefile       Thu Nov 20 15:24:57 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2014/11/20 15:22:44 joerg Exp $
+# $NetBSD: Makefile,v 1.93 2014/11/20 15:24:57 joerg Exp $
 
 .include "Makefile.common"
 
@@ -28,7 +28,7 @@
 
 # Optional components built only on certain platforms.
 .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \
-    !empty(MACHINE_ARCH:Marm) || \
+    !empty(MACHINE_ARCH:M*arm*) || \
     (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64")
 BUILD_TARGET+= opt opt.opt
 PLIST_SRC+=    ${PKGDIR}/PLIST.opt



Home | Main Index | Thread Index | Old Index