pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/ocaml



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Sep 30 11:08:57 UTC 2021

Modified Files:
        pkgsrc/lang/ocaml: Makefile.common

Log Message:
ocaml: unsafe for MKPIE


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/lang/ocaml/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/ocaml/Makefile.common
diff -u pkgsrc/lang/ocaml/Makefile.common:1.62 pkgsrc/lang/ocaml/Makefile.common:1.63
--- pkgsrc/lang/ocaml/Makefile.common:1.62      Mon Mar  8 08:08:43 2021
+++ pkgsrc/lang/ocaml/Makefile.common   Thu Sep 30 11:08:57 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.62 2021/03/08 08:08:43 jaapb Exp $
+# $NetBSD: Makefile.common,v 1.63 2021/09/30 11:08:57 nia Exp $
 
 # used by x11/labltk/Makefile
 DISTNAME=      ocaml-4.11.2
@@ -27,6 +27,9 @@ GNU_CONFIGURE=                yes
 #DISTINFO_FILE=        ${.CURDIR}/../../lang/ocaml/distinfo
 #PATCHDIR=     ${.CURDIR}/../../lang/ocaml/patches
 
+# build failure on i386: "../ocamlopt.opt: text relocations"
+MKPIE_SUPPORTED=       no
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "Linux"



Home | Main Index | Thread Index | Old Index