diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-13 09:26:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-13 09:26:57 +0000 |
commit | c2b0192924a567ca95f866b178ccdc642899d7d0 (patch) | |
tree | 5f119c377941c6cd6ad496c0646cb73ec3532fb5 /net | |
parent | 2d97140716495d82d9aca8705b039c795ba15203 (diff) |
- s/-lpthread/${PTHREAD_LIBS}/
Notes
Notes:
svn path=/head/; revision=195518
Diffstat (limited to 'net')
-rw-r--r-- | net/ushare/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ushare/Makefile b/net/ushare/Makefile index 35e5f8fd63a0..000c6b4eff28 100644 --- a/net/ushare/Makefile +++ b/net/ushare/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE}/lib \ .include <bsd.port.pre.mk> .if ${OSVERSION} < 700042 -CFLAGS+= -lpthread +CFLAGS+= ${PTHREAD_LIBS} .endif do-install: |