diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 11:41:17 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 11:41:17 +0000 |
commit | 90e3f72974e86bfa4bd5088253b00202ed721f45 (patch) | |
tree | 6d2ffbb1407cdb4a2e3486ad1b3832d701cce999 /mail/sid-milter/Makefile | |
parent | 4099bd8ea7b17737b56c16d5ca7dcf8a9ae7eab1 (diff) |
Notes
Diffstat (limited to 'mail/sid-milter/Makefile')
-rw-r--r-- | mail/sid-milter/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/sid-milter/Makefile b/mail/sid-milter/Makefile index 1296224168f7..35755fc06a04 100644 --- a/mail/sid-milter/Makefile +++ b/mail/sid-milter/Makefile @@ -46,9 +46,7 @@ PLIST_FILES+= include/libar.h lib/libar.a man/man3/ar.3.gz .endif pre-configure: - ${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|' \ - -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|' \ - -e "s|\`-O'|\`${CFLAGS}'|g" \ + ${REINPLACE_CMD} -e "s|\`-O'|\`${CFLAGS}'|g" \ -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/devtools/OS/FreeBSD ${SED} -e "s|%%PREFIX%%|${PREFIX}|g" \ |