diff options
author | minskim <minskim@pkgsrc.org> | 2009-11-19 03:18:58 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-11-19 03:18:58 +0000 |
commit | f89d850b560f959ce71e89bc63cc3a5be93e7bb3 (patch) | |
tree | faa7256de83647bdf36142360216e7beec809ad9 /lang | |
parent | 5f62a25b3089f3e4c05f1011870e97a240ee2106 (diff) | |
download | pkgsrc-f89d850b560f959ce71e89bc63cc3a5be93e7bb3.tar.gz |
ocaml's stub libraries are also built on 64-bit Darwin 10.
Diffstat (limited to 'lang')
-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" |