summaryrefslogtreecommitdiff
path: root/lang/ocaml
diff options
context:
space:
mode:
authortonio <tonio>2005-10-20 19:32:29 +0000
committertonio <tonio>2005-10-20 19:32:29 +0000
commit91a35616e5a8d96dc82360c5d3ecf3057f193687 (patch)
tree52a9890e66d11ac5a800226956ec6f5045f10670 /lang/ocaml
parent1725b6e0ed8bd84a2a9ceef8d006c14c988fbcc4 (diff)
downloadpkgsrc-91a35616e5a8d96dc82360c5d3ecf3057f193687.tar.gz
profiling support is not available for solaris/i386
Diffstat (limited to 'lang/ocaml')
-rw-r--r--lang/ocaml/Makefile5
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