pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/xerces-c
Module Name: pkgsrc
Committed By: wiz
Date: Wed Apr 9 08:12:40 UTC 2025
Modified Files:
pkgsrc/textproc/xerces-c: Makefile
Log Message:
xerces-c: try fixing build on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/textproc/xerces-c/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/xerces-c/Makefile
diff -u pkgsrc/textproc/xerces-c/Makefile:1.57 pkgsrc/textproc/xerces-c/Makefile:1.58
--- pkgsrc/textproc/xerces-c/Makefile:1.57 Sat Apr 5 04:41:52 2025
+++ pkgsrc/textproc/xerces-c/Makefile Wed Apr 9 08:12:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2025/04/05 04:41:52 markd Exp $
+# $NetBSD: Makefile,v 1.58 2025/04/09 08:12:40 wiz Exp $
DISTNAME= xerces-c-3.3.0
CATEGORIES= textproc
@@ -28,7 +28,8 @@ PLIST_VARS+= iconv gnuiconv macunicode
PLIST.macunicode= yes
.elif ${OPSYS} == "SunOS"
PLIST.iconv= yes
-CONFIGURE_ARGS+= --enable-transcoder-iconv
+CMAKE_CONFIGURE_ARGS+= -DXERCES_USE_TRANSCODER_GNUICONV=false
+CMAKE_CONFIGURE_ARGS+= -DXERCES_USE_TRANSCODER_ICONV=true
.else
PLIST.gnuiconv= yes
.include "../../converters/libiconv/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index