diff options
author | marino <marino@FreeBSD.org> | 2015-03-25 07:45:41 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-25 07:45:41 +0800 |
commit | eb53ead67b7a3c94adf148f25679b94c59e27769 (patch) | |
tree | d75112d13b97d33d3abc4f2644d897827ced94de /comms/gsmlib | |
parent | 0390f4799758af6e5954447faf0e8ab55b7e40c0 (diff) | |
download | freebsd-ports-gnome-eb53ead67b7a3c94adf148f25679b94c59e27769.tar.gz freebsd-ports-gnome-eb53ead67b7a3c94adf148f25679b94c59e27769.tar.zst freebsd-ports-gnome-eb53ead67b7a3c94adf148f25679b94c59e27769.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
Diffstat (limited to 'comms/gsmlib')
-rw-r--r-- | comms/gsmlib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index d557e6d3f083..fa08f6b6340c 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -17,9 +17,8 @@ USES= gmake libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -DBROKEN_STRFTIME -DHAVE_DECL_GETOPT \ - ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include -DBROKEN_STRFTIME -DHAVE_DECL_GETOPT +LDFLAGS+= -lpthread -L${LOCALBASE}/lib INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS |