mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
* Add EXAMPLES option * Add support for activation of tests (still failing) * Fix conditional BUILD_DEPENDS on libxml2 for doxygen2man * Fix a typo PR: 282536 MFH: 2024Q4
11 lines
338 B
Text
11 lines
338 B
Text
--- configure.ac.orig 2023-06-07 06:48:54 UTC
|
|
+++ configure.ac
|
|
@@ -168,7 +168,7 @@ fi
|
|
fi
|
|
|
|
# For building doxygen2man and man pages
|
|
-PKG_CHECK_MODULES([libxml], [libxml-2.0])
|
|
+# PKG_CHECK_MODULES([libxml], [libxml-2.0])
|
|
|
|
# if we are not cross-compiling, we can use the locally built
|
|
# version of doxygen2man, otherwise we can look for
|