diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-03-08 18:35:55 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-03-08 18:35:55 +0000 |
commit | 51579aea62849895ae84c9e8ee0607609f5eb4eb (patch) | |
tree | d42973aa507b48056f2a9f6051b88d759d064f6a /net/ushare | |
parent | 704f8f85fdfcef450e5168c52d8eff2dd956a835 (diff) | |
download | ports-51579aea62849895ae84c9e8ee0607609f5eb4eb.tar.gz ports-51579aea62849895ae84c9e8ee0607609f5eb4eb.zip |
- Link to pthread for all OS versions to fix listening socket with -D
PR: ports/121378
Submitted by: Josh Carroll <josh.carroll at gmail.com>
Approved by: Volker Theile" <votdev at gmx.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=208653
Diffstat (limited to 'net/ushare')
-rw-r--r-- | net/ushare/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/ushare/Makefile b/net/ushare/Makefile index 486b8dbd294a..8cad8bc396bb 100644 --- a/net/ushare/Makefile +++ b/net/ushare/Makefile @@ -7,7 +7,7 @@ PORTNAME= ushare PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://ushare.geexbox.org/releases/ @@ -29,9 +29,7 @@ CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE}/lib \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700042 CFLAGS+= ${PTHREAD_LIBS} -.endif do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin |