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:   markd
Date:           Sat Apr  5 04:41:52 UTC 2025

Modified Files:
        pkgsrc/textproc/xerces-c: Makefile

Log Message:
xerces-c: don't use ICU even if something (eg libxml2 option) pulls it
into .buildlink


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 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.56 pkgsrc/textproc/xerces-c/Makefile:1.57
--- pkgsrc/textproc/xerces-c/Makefile:1.56      Wed Mar  5 06:14:11 2025
+++ pkgsrc/textproc/xerces-c/Makefile   Sat Apr  5 04:41:52 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2025/03/05 06:14:11 adam Exp $
+# $NetBSD: Makefile,v 1.57 2025/04/05 04:41:52 markd Exp $
 
 DISTNAME=      xerces-c-3.3.0
 CATEGORIES=    textproc
@@ -12,6 +12,7 @@ LICENSE=      apache-2.0
 
 USE_CXX_FEATURES=      c++11
 USE_LANGUAGES=         c c++
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_ICU=true
 PKGCONFIG_OVERRIDE=    xerces-c.pc.in
 
 TEST_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR}/src



Home | Main Index | Thread Index | Old Index