diff options
-rw-r--r-- | lang/ocaml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index cef8e3b2125..8da3dbae98a 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2011/07/20 14:10:09 riastradh Exp $ +# $NetBSD: Makefile,v 1.71 2011/07/28 07:50:05 minskim Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -19,7 +19,7 @@ UNLIMIT_RESOURCES= stacksize # Stub libraries for functions missing from base system. .if !empty(MACHINE_PLATFORM:MDarwin-*-powerpc) || \ !empty(MACHINE_PLATFORM:MDarwin-9.*-i386) || \ - !empty(MACHINE_PLATFORM:MDarwin-10.*-x86_64) || \ + !empty(MACHINE_PLATFORM:MDarwin-1[0-9].*-x86_64) || \ ${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD" || \ ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS" || \ ${OPSYS} == "Linux" |