opnsense-ports/math/sage/files/patch-bootstrap
Franco Fichtner 09e7e1bacf */*: sync with upstream
Taken from: HardenedBSD
2020-10-29 21:56:30 +01: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 && \