1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/x11/mlterm/files/patch-configure
2019-04-20 13:59:54 +00:00

20 lines
462 B
Plaintext

--- configure.orig 2019-03-31 13:10:47 UTC
+++ configure
@@ -19448,6 +19448,7 @@ $as_echo "yes" >&6; }
fi
fi
if test "$have_vte" = "yes" ; then
+ MAKE_DIRS="gtk ${MAKE_DIRS}"
OUTPUT_FILES="gtk/Makefile ${OUTPUT_FILES}"
fi
@@ -25538,7 +25539,7 @@ if test "$INSTALL_OPT" = ""; then
if test "$has_utmp" ; then
INSTALL_OPT="-m 2755 -g utmp"
else
- INSTALL_OPT="-m 4755 -o root"
+ INSTALL_OPT="-m 4755"
fi
else
INSTALL_OPT="-m 755"