ports/devel/libqb/files/patch-configure.ac
Daniel Engberg ca51374383 devel/libqb: Fix build and improve port
* Remove BUILD_DEPENDS hack, these will be a pain to fix if sprinkled all over the tree
* Remove Python dependency
* Add USES= pathfix
* Remove LDFLAGS variable (builds fine without)
* Fix build with DOXYGEN disabled
* Use gnome helper for libxml2
* Rearrage port for better readability

PR:		282570
Reviewed by:	Älven <alster@vinterdalen.se> (maintainer)
2024-11-05 21:17:24 +01:00

13 lines
478 B
Text

--- configure.ac.orig 2024-11-05 18:51:54 UTC
+++ configure.ac
@@ -94,8 +94,8 @@ AC_CHECK_TOOLS([READELF], [eu-readelf readelf], [:])
AM_CONDITIONAL(HAVE_DOXYGEN, test -n "${DOXYGEN}")
AC_CHECK_TOOLS([NM], [eu-nm nm], [:])
AC_CHECK_TOOLS([READELF], [eu-readelf readelf], [:])
-AM_PATH_PYTHON([2.6],, [:])
-AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
+#AM_PATH_PYTHON([2.6],, [:])
+#AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
## local helper functions