diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-01-06 09:45:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-01-06 09:45:46 +0000 |
commit | 4e147b53f8cd1c0e9290cb674d64d475f919127a (patch) | |
tree | 6f007a927e6cca3f8040e124bdcc2ddf23f4f316 /textproc/lowdown/files/patch-configure | |
parent | - Update WWW (diff) |
Update to 0.7.6
Notes
Notes:
svn path=/head/; revision=560489
Diffstat (limited to 'textproc/lowdown/files/patch-configure')
-rw-r--r-- | textproc/lowdown/files/patch-configure | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/lowdown/files/patch-configure b/textproc/lowdown/files/patch-configure new file mode 100644 index 000000000000..c61ead00a5f7 --- /dev/null +++ b/textproc/lowdown/files/patch-configure @@ -0,0 +1,15 @@ +--- configure.orig 2021-01-05 22:22:12 UTC ++++ configure +@@ -56,12 +56,6 @@ echo "config.log: writing..." + + MAKE_FLAGS="" + +-if [ -n "${MAKELEVEL}" ]; then +- if [ "${MAKELEVEL}" -gt 0 ] ; then +- MAKE_FLAGS="--no-print-directory" +- fi +-fi +- + if [ -n "$MAKE_FLAGS" ]; then + echo "GNU submake detected: using --no-print-directory" 1>&2 + echo "GNU submake detected: using --no-print-directory" 1>&3 |