pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2006Q3]: pkgsrc/lang/ocaml Pullup ticket 1836 - requested by d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/16fe8111915d
branches: pkgsrc-2006Q3
changeset: 519093:16fe8111915d
user: ghen <ghen%pkgsrc.org@localhost>
date: Tue Oct 03 14:07:54 2006 +0000
description:
Pullup ticket 1836 - requested by dmcmahill
build fix for ocaml on solaris
Revisions pulled up:
- pkgsrc/lang/ocaml/Makefile 1.51
Module Name: pkgsrc
Committed By: dmcmahill
Date: Mon Oct 2 21:19:23 UTC 2006
Modified Files:
pkgsrc/lang/ocaml: Makefile
Log Message:
fix PLIST for solaris
diffstat:
lang/ocaml/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c668cd990769 -r 16fe8111915d lang/ocaml/Makefile
--- a/lang/ocaml/Makefile Tue Oct 03 14:03:30 2006 +0000
+++ b/lang/ocaml/Makefile Tue Oct 03 14:07:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2006/08/26 15:33:28 joerg Exp $
+# $NetBSD: Makefile,v 1.50.2.1 2006/10/03 14:07:54 ghen Exp $
.include "Makefile.common"
@@ -14,7 +14,7 @@
###
# Stub libraries for functions missing from base system.
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD"
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS"
PLIST_SRC+= ${PKGDIR}/PLIST.stub
.endif
Home |
Main Index |
Thread Index |
Old Index