pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ocaml Include stub libraries on Linux as well. Fr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e04fedd4afbc
branches: trunk
changeset: 536738:e04fedd4afbc
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Dec 21 17:02:53 2007 +0000
description:
Include stub libraries on Linux as well. From PR 37584.
diffstat:
lang/ocaml/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r c090b53e1de6 -r e04fedd4afbc lang/ocaml/Makefile
--- a/lang/ocaml/Makefile Fri Dec 21 16:58:18 2007 +0000
+++ b/lang/ocaml/Makefile Fri Dec 21 17:02:53 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2007/11/03 22:38:12 rillig Exp $
+# $NetBSD: Makefile,v 1.57 2007/12/21 17:02:53 joerg Exp $
.include "Makefile.common"
@@ -14,7 +14,8 @@
# Stub libraries for functions missing from base system.
.if !empty(MACHINE_PLATFORM:MDarwin-*-powerpc) || ${OPSYS} == "DragonFly" || \
- ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS"
+ ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS" || \
+ ${OPSYS} == "Linux"
PLIST_SRC+= ${PKGDIR}/PLIST.stub
.endif
Home |
Main Index |
Thread Index |
Old Index