openbsd-ports/mail/evolution/patches/db3-patch-dist_configure
marcm 1e8a14910a In addition to updating Evolution to 1.2.4, this modifies the pthread
detection scheme in configure to properly handle our -pthread and includes
db-3.1.17 directly into the port, removing the version constraint on the
db port.

This also addresses the CORE security advisory ID CORE-20030304-01.
2003-04-10 15:59:49 +00:00

12 lines
255 B
Plaintext

--- dist/configure.orig Thu Jan 16 07:38:03 2003
+++ dist/configure Thu Jan 16 07:47:03 2003
@@ -3911,7 +3911,7 @@
#line 3912 "configure"
#include "confdefs.h"
main(){
-#if defined(i386)
+#if defined(__i386__)
#if defined(__GNUC__)
exit(0);
#endif