diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-19 09:41:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-19 09:41:37 +0000 |
commit | ed8a43a60369711cd9c81802905ad1914b465698 (patch) | |
tree | 01aaefde4704269898c86de2120b36f595490c5c /mail/dcc-dccd | |
parent | 7360591d8a820953e04b52f59f6863dad7b44914 (diff) | |
download | ports-ed8a43a60369711cd9c81802905ad1914b465698.tar.gz ports-ed8a43a60369711cd9c81802905ad1914b465698.zip |
Notes
Diffstat (limited to 'mail/dcc-dccd')
-rw-r--r-- | mail/dcc-dccd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/dcc-dccd/Makefile b/mail/dcc-dccd/Makefile index b7290958cbcd..114b9acc5808 100644 --- a/mail/dcc-dccd/Makefile +++ b/mail/dcc-dccd/Makefile @@ -32,10 +32,16 @@ CONFIGURE_ARGS+= --disable-dccm --disable-dccifd PLIST_SUB+= WITH_SENDMAIL="@comment" .endif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502102 +FORBIDDEN= "Links against conflicting thread libraries" +.endif + post-patch: ${FIND} ${WRKSRC} -type f -exec \ ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' {} \; ${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},g' \ ${WRKSRC}/configure -.include <bsd.port.mk> +.include <bsd.port.post.mk> |