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 spar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/823fbdda6c3e
branches:  trunk
changeset: 501637:823fbdda6c3e
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Tue Oct 25 08:03:17 2005 +0000

description:
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:

 lang/ocaml/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 7eaf1de499aa -r 823fbdda6c3e lang/ocaml/Makefile
--- a/lang/ocaml/Makefile       Tue Oct 25 06:26:48 2005 +0000
+++ b/lang/ocaml/Makefile       Tue Oct 25 08:03:17 2005 +0000
@@ -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+= 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



Home | Main Index | Thread Index | Old Index