diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-24 23:45:41 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-24 23:45:41 +0000 |
commit | f4d2e9d5d0987673cdac71db043bf642a2ed7de9 (patch) | |
tree | d75112d13b97d33d3abc4f2644d897827ced94de /net-p2p/gkremldk | |
parent | f6fa2f3023f4874ec30ec2005356373c1a19e608 (diff) | |
download | ports-f4d2e9d5d0987673cdac71db043bf642a2ed7de9.tar.gz ports-f4d2e9d5d0987673cdac71db043bf642a2ed7de9.zip |
2 ports categories: Remove $PTHREAD_LIBS
Categories: net-p2p, comms
Note that qrq was not properly staged, it failed stage-QA.
aprsd failed check-plist; it had a plist orphan. Now it fails stage-QA
with a fs violation, but it may be acceptable. Fixes added to both.
approved by: PTHREAD blanket
Notes
Notes:
svn path=/head/; revision=382189
Diffstat (limited to 'net-p2p/gkremldk')
-rw-r--r-- | net-p2p/gkremldk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/gkremldk/Makefile b/net-p2p/gkremldk/Makefile index a267e6065474..b52280f4f970 100644 --- a/net-p2p/gkremldk/Makefile +++ b/net-p2p/gkremldk/Makefile @@ -25,9 +25,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} post-patch: @${REINPLACE_CMD} -E \ - -e 's|^(LFLAGS).*|\1 = ${LDFLAGS} ${PTHREAD_LIBS} -L${LOCALBASE}/lib|' \ - -e 's|-lpthread|${PTHREAD_LIBS}|' \ - -e 's|(-fPIC)|\1 ${CFLAGS} ${PTHREAD_CFLAGS} -I${LOCALBASE}/include|' \ + -e 's|^(LFLAGS).*|\1 = ${LDFLAGS} -lpthread -L${LOCALBASE}/lib|' \ + -e 's|(-fPIC)|\1 ${CFLAGS} -I${LOCALBASE}/include|' \ ${WRKSRC}/Makefile.in do-install: |