summaryrefslogtreecommitdiff
path: root/lang/ocaml
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-03-13 11:08:49 +0000
committerjperkin <jperkin>2014-03-13 11:08:49 +0000
commit1e8a4d3617e2918d830fd2618a6229f25737609e (patch)
tree1c699ba1dd234c6ee43e2b178e217734fa130ad6 /lang/ocaml
parent76ae186abf09bff770978229a780293f2e6d1fdb (diff)
downloadpkgsrc-1e8a4d3617e2918d830fd2618a6229f25737609e.tar.gz
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
Diffstat (limited to 'lang/ocaml')
-rw-r--r--lang/ocaml/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index d55b8c76e2a..12fc5bf571f 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2014/03/11 10:29:30 jperkin Exp $
+# $NetBSD: Makefile,v 1.90 2014/03/13 11:08:51 jperkin Exp $
.include "Makefile.common"
@@ -12,6 +12,8 @@ BUILD_TARGET= world
MAKE_JOBS_SAFE= no
UNLIMIT_RESOURCES= stacksize
+USE_GCC_RUNTIME= yes
+
###
### PLIST components
###