1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/mail/courier/files/patch-courier::configure.in
Oliver Lehmann aef5435589 - update courier to 0.42.2
- fix BROKEN
- reset MAINTAINER to ports. Original maintainer doesn't respond to mails
   over a long time period

PR:		ports/55427
Submitted by:	Shizuka Kudo <shizukakudo_99@yahoo.com>
2003-08-09 22:40:32 +00:00

22 lines
539 B
Plaintext

--- courier/configure.in.orig Sun Mar 16 17:35:34 2003
+++ courier/configure.in Sat Aug 9 16:36:22 2003
@@ -465,12 +465,12 @@
# Automake stupidity
-if test "$testmode" = "0"
-then
- INSTALL_PROGRAM='${INSTALL} -m 700'
- INSTALL_SCRIPT='${INSTALL} -m 700'
- INSTALL_DATA='${INSTALL} -m 600'
-fi
+#if test "$testmode" = "0"
+#then
+# INSTALL_PROGRAM='${INSTALL} -m 700'
+# INSTALL_SCRIPT='${INSTALL} -m 700'
+# INSTALL_DATA='${INSTALL} -m 600'
+#fi
AC_LANG_CPLUSPLUS
AC_CACHE_CHECK([if the C++ compiler needs -fhandle-exceptions],