mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
* 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)
13 lines
478 B
Text
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
|
|
|