diff options
author | tonio <tonio@pkgsrc.org> | 2005-10-20 19:32:29 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-10-20 19:32:29 +0000 |
commit | 041df16c1ef0151ac668c8e7df42e7c70298640c (patch) | |
tree | 52a9890e66d11ac5a800226956ec6f5045f10670 /lang/ocaml | |
parent | 80036f4be0bade412f004fb821330ea3d847af64 (diff) | |
download | pkgsrc-041df16c1ef0151ac668c8e7df42e7c70298640c.tar.gz |
profiling support is not available for solaris/i386
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index f8fa94825d6..1b03b62cfbc 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2005/06/14 21:00:41 minskim Exp $ +# $NetBSD: Makefile,v 1.39 2005/10/20 19:32:29 tonio Exp $ .include "Makefile.common" @@ -10,7 +10,8 @@ BUILD_TARGET= world (${MACHINE_ARCH} == "sparc") BUILD_TARGET+= opt opt.opt PLIST_SRC= ${PKGDIR}/PLIST.opt -. if ${OPSYS} != "Darwin" +. if (${OPSYS} != "Darwin") && \ + !(${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "i386") PLIST_SRC+= ${PKGDIR}/PLIST.prof . endif PLIST_SRC+= ${PKGDIR}/PLIST |