openbsd-ports/mail/elm/patches/patch-Configure
2022-03-11 19:34:31 +00:00

28 lines
830 B
Plaintext

--- Configure.orig Tue Nov 9 20:43:04 1999
+++ Configure Sun Dec 8 00:09:33 2013
@@ -15,10 +15,10 @@
PATH=".:$PATH:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/ucb:/usr/local:/usr/lbin:/etc:/usr/new:/usr/new/bin:/usr/nbin"
export PATH || (echo "OOPS, this isn't sh. Desperation time. I will feed myself to sh."; sh $0; kill $$)
-if test ! -t 0; then
- echo "Say 'sh Configure', not 'sh <Configure'"
- exit 1
-fi
+#if test ! -t 0; then
+# echo "Say 'sh Configure', not 'sh <Configure'"
+# exit 1
+#fi
(alias) >/dev/null 2>&1 && \
echo "(I see you are using the Korn shell. Some ksh's blow up on Configure," && \
@@ -4402,9 +4402,6 @@ case "$d_utimbuf" in
#endif
#ifdef I_SYSTIME
# include <sys/time.h>
-#endif
-#ifdef BSD_TYPE
-# include <sys/timeb.h>
#endif
#ifdef I_UTIME
# include <utime.h>