freebsd-ports/mail/rbl-milter/files/patch-configure
John Marino 90e3f72974 mail category: Remove $PTHREAD_LIBS
Note: The following ports did not pass check-plist (CP) or stage-qa (QA)
tests.   The sendmail port has many problems, but this was already known
by myself as I fixed it properly on DPorts last week.  It's a forward
action to submit a PR against mail/sendmail.

  * antivirus-milter (CP)
  * dk-milter        (CP)
  * milter-regex     (CP)
  * sendmail         (CP, QA)

approved by:	PTHREAD blanket
2015-03-25 11:41:17 +00:00

13 lines
403 B
Text

--- configure.orig Thu Jun 13 11:26:23 2002
+++ configure Sun Feb 15 18:31:33 2004
@@ -1229,8 +1229,8 @@
LDFLAGS="$LDFLAGS -L$SENDMAIL_OBJ/libmilter -L$SENDMAIL_OBJ/libsm -L$SENDMAIL_OBJ/libsmutil -L$SENDMAIL_OBJ/lib";
-CFLAGS="$CFLAGS -Wall -Werror"
-LIBS="$LIBS -pthread -lpthread"
+CFLAGS="$CFLAGS -Wall"
+LIBS="$LIBS -lpthread"
echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6