summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:02:23 -0700
committerVlad Glagolev2022-07-27 15:02:23 -0700
commite5ac03e1b7e01ab0a7cc942415a279436a404446 (patch)
tree7ec9d7af7b8337dbff8f97955ddeb45219d4523d /libs
parente1279548601e3f85eb4362639610a5b0f924ad95 (diff)
xerces-c: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/xerces-c/DEPENDS2
-rw-r--r--libs/xerces-c/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/libs/xerces-c/DEPENDS b/libs/xerces-c/DEPENDS
index eb64e6805c..8e7c12b9f8 100755
--- a/libs/xerces-c/DEPENDS
+++ b/libs/xerces-c/DEPENDS
@@ -1,5 +1,5 @@
#depends autoconf &&
depends -sub CXX gcc &&
-depends pkgconfig &&
+depends PKG-CONFIG &&
optional_depends curl '-with-curl' '' '' &&
optional_depends icu '--with-icu' '' 'ICU (unicode support)'
diff --git a/libs/xerces-c/HISTORY b/libs/xerces-c/HISTORY
index 987db47511..7d9d2b04d3 100644
--- a/libs/xerces-c/HISTORY
+++ b/libs/xerces-c/HISTORY
@@ -1,3 +1,6 @@
+2022-07-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: switch to PKG-CONFIG provider (automated)
+
2022-01-27 Ismael Luceno <ismael@sourcemage.org>
* PRE_BUILD: disabled installation of libtool pseudo-libraries
* DETAILS: PATCHLEVEL++