SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
27
mail/elm/patches/patch-Configure
Normal file
27
mail/elm/patches/patch-Configure
Normal file
|
@ -0,0 +1,27 @@
|
|||
--- 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>
|
Loading…
Add table
Add a link
Reference in a new issue