pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ocaml profiling support is not available for sola...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a1857170ee6d
branches: trunk
changeset: 501351:a1857170ee6d
user: tonio <tonio%pkgsrc.org@localhost>
date: Thu Oct 20 19:32:29 2005 +0000
description:
profiling support is not available for solaris/i386
diffstat:
lang/ocaml/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 4cdfab364090 -r a1857170ee6d lang/ocaml/Makefile
--- a/lang/ocaml/Makefile Thu Oct 20 19:01:10 2005 +0000
+++ b/lang/ocaml/Makefile Thu Oct 20 19:32:29 2005 +0000
@@ -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 @@
(${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
Home |
Main Index |
Thread Index |
Old Index