ports/math/sage/files/patch-bootstrap
2020-10-29 11:07:35 +00:00

13 lines
499 B
Text

--- bootstrap.orig 2020-10-02 09:05:18 UTC
+++ bootstrap
@@ -116,7 +116,9 @@ SAGE_SPKG_CONFIGURE_$(echo ${pkgname} | tr '[a-z]' '[A
BOOTSTRAP_QUIET="${BOOTSTRAP_QUIET}" \
SAGE_ROOT="$SAGE_ROOT" \
src/doc/bootstrap && \
- install_config_rpath && \
+ install_config_rpath
+ exit
+ # Continue with FreeBSD autoreconf
aclocal -I m4 && \
automake --add-missing --copy build/make/Makefile-auto 3>&1 1>&2 2>&3 \
| sed "${QUIET_SED_FILTER}" 3>&1 1>&2 2>&3 && \