summaryrefslogtreecommitdiff
path: root/lang/ocaml
diff options
context:
space:
mode:
authortonio <tonio>2005-10-25 08:03:17 +0000
committertonio <tonio>2005-10-25 08:03:17 +0000
commitf6c87949cd798f9d40d48ccf45909cf6d1ab21bb (patch)
tree4d829626479f71be87b811aefd875aba5368372b /lang/ocaml
parent5f1e363f8de0e46bdbbce1b8adb16f6ae64a9eaa (diff)
downloadpkgsrc-f6c87949cd798f9d40d48ccf45909cf6d1ab21bb.tar.gz
profiling support is not available for sparc, so do not include PLIST.prof on
sparc (showed by bulk build, and documented at http://caml.inria.fr/pub/docs/manual-ocaml/manual025.html)
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 1b03b62cfbc..e421e08cda2 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2005/10/20 19:32:29 tonio Exp $
+# $NetBSD: Makefile,v 1.40 2005/10/25 08:03:17 tonio Exp $
.include "Makefile.common"
@@ -11,7 +11,8 @@ BUILD_TARGET= world
BUILD_TARGET+= opt opt.opt
PLIST_SRC= ${PKGDIR}/PLIST.opt
. if (${OPSYS} != "Darwin") && \
- !(${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "i386")
+ !(${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "i386") && \
+ (${MACHINE_ARCH} != "sparc")
PLIST_SRC+= ${PKGDIR}/PLIST.prof
. endif
PLIST_SRC+= ${PKGDIR}/PLIST