diff options
author | joerg <joerg> | 2007-12-21 17:02:53 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-12-21 17:02:53 +0000 |
commit | d71131047d6ebfdcd3a2e6175fc271b0d9a9526d (patch) | |
tree | 854768e6590fcdb55a49605f55ec863d58b12331 /lang/ocaml | |
parent | 58a5336ca086e07c22ba02e6796d8ac2372c8949 (diff) | |
download | pkgsrc-d71131047d6ebfdcd3a2e6175fc271b0d9a9526d.tar.gz |
Include stub libraries on Linux as well. From PR 37584.
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 9eae205841f..3c8b5cb4542 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -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 @@ MAKE_JOBS_SAFE= no # 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 |