From f4d2e9d5d0987673cdac71db043bf642a2ed7de9 Mon Sep 17 00:00:00 2001 From: John Marino Date: Tue, 24 Mar 2015 23:45:41 +0000 Subject: 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 --- net-p2p/valknut/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'net-p2p/valknut') diff --git a/net-p2p/valknut/Makefile b/net-p2p/valknut/Makefile index db73843d0750..eae6c9622f03 100644 --- a/net-p2p/valknut/Makefile +++ b/net-p2p/valknut/Makefile @@ -25,12 +25,11 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes CFLAGS+= -I${QT_INCDIR} LDFLAGS+= -L${QT_LIBDIR} -QTCFGLIBS+= ${PTHREAD_LIBS} +QTCFGLIBS+= -lpthread CONFIGURE_ENV+= DCLIB_CFLAGS=-I${LOCALBASE}/include post-patch: - ${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g;\ - s|-D_XOPEN_SOURCE=500||g' \ + ${REINPLACE_CMD} -e 's|-D_XOPEN_SOURCE=500||g' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .include -- cgit v1.2.3