svn commit: r379372 - head/net/tintin++
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Feb 19 19:45:45 UTC 2015
Author: sunpoet
Date: Thu Feb 19 19:45:44 2015
New Revision: 379372
URL: https://svnweb.freebsd.org/changeset/ports/379372
QAT: https://qat.redports.org/buildarchive/r379372/
Log:
- Remove deprecated PTHREAD_*
Modified:
head/net/tintin++/Makefile
Modified: head/net/tintin++/Makefile
==============================================================================
--- head/net/tintin++/Makefile Thu Feb 19 19:45:38 2015 (r379371)
+++ head/net/tintin++/Makefile Thu Feb 19 19:45:44 2015 (r379372)
@@ -23,7 +23,7 @@ CONFIGURE_ARGS= --includedir=${LOCALBASE
CONFIGURE_ENV= ac_cv_file__dev_ptmx=no
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
-LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+LDFLAGS+= -L${LOCALBASE}/lib -pthread
USES= gmake
WRKSRC= ${WRKDIR}/tt/src
More information about the svn-ports-all
mailing list