pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ocaml Don't limit the stub functions to x86_64 on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e0e6baaa187
branches:  trunk
changeset: 631616:1e0e6baaa187
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Mar 11 10:29:30 2014 +0000

description:
Don't limit the stub functions to x86_64 only on newer Darwin, i386
needs them too.  Fixes various dependencies.

Bump PKGREVISION.

diffstat:

 lang/ocaml/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r af340ceb4c0a -r 1e0e6baaa187 lang/ocaml/Makefile
--- a/lang/ocaml/Makefile       Tue Mar 11 10:26:22 2014 +0000
+++ b/lang/ocaml/Makefile       Tue Mar 11 10:29:30 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.88 2013/12/21 16:21:20 christos Exp $
+# $NetBSD: Makefile,v 1.89 2014/03/11 10:29:30 jperkin Exp $
 
 .include "Makefile.common"
 
-PKGREVISION=   1
+PKGREVISION=   2
 
 CONFIGURE_ARGS+=       -no-tk
 CONFIGURE_ARGS+=       -cc ${CC}
@@ -19,7 +19,7 @@
 # Stub libraries for functions missing from base system.
 .if !empty(MACHINE_PLATFORM:MDarwin-*-powerpc) || \
     !empty(MACHINE_PLATFORM:MDarwin-9.*-i386) || \
-    !empty(MACHINE_PLATFORM:MDarwin-1[0-9].*-x86_64) || \
+    !empty(MACHINE_PLATFORM:MDarwin-1[0-9].*) || \
     ${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD" || \
     ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS" || \
     ${OPSYS} == "Linux"



Home | Main Index | Thread Index | Old Index