diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-24 14:34:22 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-24 14:34:22 +0000 |
commit | 0e53131680b84796aa4e25f210f89449f728e14c (patch) | |
tree | 6bead9384fbb5bab187d6d0c024c74c7e7ee6d8a /net/nast | |
parent | 833e0bdbc30e9dd333885d7792664ee59df66858 (diff) | |
download | ports-0e53131680b84796aa4e25f210f89449f728e14c.tar.gz ports-0e53131680b84796aa4e25f210f89449f728e14c.zip |
Notes
Diffstat (limited to 'net/nast')
-rw-r--r-- | net/nast/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nast/Makefile b/net/nast/Makefile index 8d43a6ab4baf..88085532c29f 100644 --- a/net/nast/Makefile +++ b/net/nast/Makefile @@ -25,6 +25,7 @@ DOC_FILES= README GNU_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes +CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" .include <bsd.port.pre.mk> @@ -38,7 +39,7 @@ pre-everything:: @${ECHO_MSG} "" post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ + @${REINPLACE_CMD} -e 's|CFLAGS="-Wall -O2 -pthread"||g' \ ${WRKSRC}/configure do-install: |