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: schmonz
Date: Wed Apr 30 21:48:06 UTC 2025
Modified Files:
pkgsrc/textproc/libxml2: Makefile
Log Message:
libxml2: fix Tiger build.
To generate a diff of this commit:
cvs rdiff -u -r1.190 -r1.191 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.190 pkgsrc/textproc/libxml2/Makefile:1.191
--- pkgsrc/textproc/libxml2/Makefile:1.190 Fri Apr 25 07:08:47 2025
+++ pkgsrc/textproc/libxml2/Makefile Wed Apr 30 21:48:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.190 2025/04/25 07:08:47 wiz Exp $
+# $NetBSD: Makefile,v 1.191 2025/04/30 21:48:06 schmonz Exp $
PKGREVISION= 2
.include "../../textproc/libxml2/Makefile.common"
@@ -48,6 +48,12 @@ SUBST_STAGE.rpath= pre-configure
SUBST_FILES.rpath= configure
SUBST_VARS.rpath= COMPILER_RPATH_FLAG
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Darwin" && ${OPSYS_VERSION} < 100500
+BUILDLINK_TRANSFORM+= rm:-Wno-array-bounds
+.endif
+
.include "options.mk"
.include "../../archivers/xz/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index