pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/libxml2



Module Name:    pkgsrc
Committed By:   sevan
Date:           Wed Jul  3 16:54:32 UTC 2019

Modified Files:
        pkgsrc/textproc/libxml2: Makefile

Log Message:
Avoid trying to disable warnings for array boundary checks on Darwin.
On legacy toolchains e.g Tiger, it results in a hard error as it's not recognised.


To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 pkgsrc/textproc/libxml2/Makefile

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

Modified files:

Index: pkgsrc/textproc/libxml2/Makefile
diff -u pkgsrc/textproc/libxml2/Makefile:1.152 pkgsrc/textproc/libxml2/Makefile:1.153
--- pkgsrc/textproc/libxml2/Makefile:1.152      Wed Jan  9 19:09:02 2019
+++ pkgsrc/textproc/libxml2/Makefile    Wed Jul  3 16:54:32 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.152 2019/01/09 19:09:02 adam Exp $
+# $NetBSD: Makefile,v 1.153 2019/07/03 16:54:32 sevan Exp $
 
 .include "../../textproc/libxml2/Makefile.common"
 
@@ -35,6 +35,7 @@ SUBST_FILES.cat=      catalog.c xmlcatalog.c
 SUBST_SED.cat=         -e "s,@@SGML_DEFAULT_CATALOG@@,${SGML_DEFAULT_CATALOG},g"
 SUBST_SED.cat+=                -e "s,@@XML_DEFAULT_CATALOG@@,${XML_DEFAULT_CATALOG},g"
 
+BUILDLINK_TRANSFORM.Darwin+=   rm:-Wno-array-bounds
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Werror=format=2
 
 LDFLAGS.SCO_SV+=       -lm



Home | Main Index | Thread Index | Old Index