diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-12-10 19:26:22 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-12-10 19:26:22 +0000 |
commit | a726ff9833a70f4e4d0df5cf60476d272114e86a (patch) | |
tree | 20fcaef817c4a149683c5e9afbbce6816ae2b654 /lang | |
parent | 4370766ae88559feee4f99c462cc8199281535e5 (diff) | |
download | pkgsrc-a726ff9833a70f4e4d0df5cf60476d272114e86a.tar.gz |
natdynlink should only be enabled for 64-bit Darwin. Fixes 32-bit build.
Diffstat (limited to 'lang')
-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 71c8724c866..16a9b536c6c 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2013/11/01 10:47:50 jaapb Exp $ +# $NetBSD: Makefile,v 1.87 2013/12/10 19:26:22 jperkin Exp $ .include "Makefile.common" @@ -51,7 +51,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.prof !empty(MACHINE_PLATFORM:MFreeBSD-*-*) || \ !empty(MACHINE_PLATFORM:MDragonFly-*-*) || \ !empty(MACHINE_PLATFORM:MNetBSD-*-*) || \ - !empty(MACHINE_PLATFORM:MDarwin-*-*) + !empty(MACHINE_PLATFORM:MDarwin-*-x86_64) PLIST_SRC+= ${PKGDIR}/PLIST.natdynlink . endif .endif |