mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
13 lines
499 B
Text
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 && \
|