diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-02-20 03:45:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-02-20 03:45:44 +0800 |
commit | c513e0b293433fd233645325f14db0058f6f416e (patch) | |
tree | bb5c3043cf3ab9b5aefb3dbc959aaae0d976e994 /net | |
parent | 7f943bfa90673992ed646620629269e92d1da10f (diff) | |
download | freebsd-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++/Makefile | 2 |
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 |