diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-25 22:59:26 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-25 22:59:26 +0800 |
commit | a0e56d43d86617bb5db54c2dec63b29155670f2c (patch) | |
tree | bfe9329a410717c8afad198284b6806956bd29c9 /net | |
parent | 03ff6030795e79db3efe175fb700c5dde872f37e (diff) | |
download | freebsd-ports-gnome-a0e56d43d86617bb5db54c2dec63b29155670f2c.tar.gz freebsd-ports-gnome-a0e56d43d86617bb5db54c2dec63b29155670f2c.tar.zst freebsd-ports-gnome-a0e56d43d86617bb5db54c2dec63b29155670f2c.zip |
- Cleanup -lpthread/-pthread manipulation
Diffstat (limited to 'net')
-rw-r--r-- | net/tintin++/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile index 9f336d886079..08fab680965b 100644 --- a/net/tintin++/Makefile +++ b/net/tintin++/Makefile @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --includedir=${LOCALBASE}/include \ CONFIGURE_ENV= ac_cv_file__dev_ptmx=no CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -pthread +LDFLAGS+= -L${LOCALBASE}/lib USES= gmake WRKSRC= ${WRKDIR}/tt/src @@ -36,9 +36,6 @@ SLAVEDIRS= chinese/tintin++ BIG5_CONFIGURE_ON= --enable-big5 -post-configure: - @${REINPLACE_CMD} -e 's|-lpthread|-pthread|' ${WRKSRC}/Makefile - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${STAGEDIR}${PREFIX}/bin/ ${MKDIR} ${STAGEDIR}${DOCSDIR}/ |