aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-02-20 03:45:44 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-02-20 03:45:44 +0800
commitc513e0b293433fd233645325f14db0058f6f416e (patch)
treebb5c3043cf3ab9b5aefb3dbc959aaae0d976e994 /net
parent7f943bfa90673992ed646620629269e92d1da10f (diff)
downloadfreebsd-ports-gnome-c513e0b293433fd233645325f14db0058f6f416e.tar.gz
freebsd-ports-gnome-c513e0b293433fd233645325f14db0058f6f416e.tar.zst
freebsd-ports-gnome-c513e0b293433fd233645325f14db0058f6f416e.zip
- Remove deprecated PTHREAD_*
Diffstat (limited to 'net')
-rw-r--r--net/tintin++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile
index 95245e6e7788..9f336d886079 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_LIBS}
+LDFLAGS+= -L${LOCALBASE}/lib -pthread
USES= gmake
WRKSRC= ${WRKDIR}/tt/src