mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
14 lines
443 B
Text
14 lines
443 B
Text
# Specify 'allow-without' to allow --without-perl to be used
|
|
# TODO: Upstream
|
|
|
|
--- configure.ac.orig 2018-04-02 17:44:04 UTC
|
|
+++ configure.ac
|
|
@@ -414,7 +414,7 @@ GIT_PARSE_WITH_SET_MAKE_VAR(editor, DEFAULT_EDITOR,
|
|
GIT_ARG_SET_PATH(shell)
|
|
#
|
|
# Define PERL_PATH to provide path to Perl.
|
|
-GIT_ARG_SET_PATH(perl)
|
|
+GIT_ARG_SET_PATH(perl, allow-without)
|
|
#
|
|
# Define PYTHON_PATH to provide path to Python.
|
|
GIT_ARG_SET_PATH(python, allow-without)
|