openbsd-ports/x11/eterm/patches/patch-configure
espie f1ebfabd8c rebuild patches using diff -u -p.
Comment out $HOME writing in themes/Makefile.in
2002-03-07 20:00:19 +00:00

12 lines
492 B
Plaintext

--- configure.orig Fri Nov 5 19:56:30 1999
+++ configure Thu Mar 7 20:46:29 2002
@@ -3822,7 +3822,7 @@ cat >> confdefs.h <<EOF
EOF
-for ac_func in atexit _exit unsetenv setutent seteuid memmove putenv strsep setresuid setresgid memmem usleep snprintf
+for ac_func in atexit _exit unsetenv setutent seteuid setegid memmove putenv strsep setresuid setresgid memmem usleep snprintf
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
echo "configure:3829: checking for $ac_func" >&5