diff options
author | minskim <minskim> | 2009-11-19 03:18:58 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-11-19 03:18:58 +0000 |
commit | 9eefb56ba045bf23f0e29d25030d67240d76d672 (patch) | |
tree | faa7256de83647bdf36142360216e7beec809ad9 | |
parent | dbb6da6d74d05dac6865831a9d81e58cb6aab8a2 (diff) | |
download | pkgsrc-9eefb56ba045bf23f0e29d25030d67240d76d672.tar.gz |
ocaml's stub libraries are also built on 64-bit Darwin 10.
-rw-r--r-- | lang/ocaml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 4c2215598e5..a7947776635 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2009/09/19 22:37:03 sno Exp $ +# $NetBSD: Makefile,v 1.64 2009/11/19 03:18:58 minskim Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -18,6 +18,7 @@ MAKE_JOBS_SAFE= no # 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) || \ ${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD" || \ ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS" || \ ${OPSYS} == "Linux" |