aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gaul/Makefile
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2013-02-14 17:42:12 +0800
committergahr <gahr@FreeBSD.org>2013-02-14 17:42:12 +0800
commit1dd5197b6724214c4d5582998a39e18e6d2e1cc6 (patch)
treefefb362514ed477cab8a0c201ef842c790185635 /devel/gaul/Makefile
parent34203bf55d9ef549ff2497b652af3eaa18292110 (diff)
downloadfreebsd-ports-gnome-1dd5197b6724214c4d5582998a39e18e6d2e1cc6.tar.gz
freebsd-ports-gnome-1dd5197b6724214c4d5582998a39e18e6d2e1cc6.tar.zst
freebsd-ports-gnome-1dd5197b6724214c4d5582998a39e18e6d2e1cc6.zip
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr
Diffstat (limited to 'devel/gaul/Makefile')
-rw-r--r--devel/gaul/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/gaul/Makefile b/devel/gaul/Makefile
index 7a841e012f3f..3a65c7562264 100644
--- a/devel/gaul/Makefile
+++ b/devel/gaul/Makefile
@@ -24,11 +24,8 @@ USE_AUTOTOOLS= libtool
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+= -L${LOCALBASE}/lib -lcurses ${PTHREAD_LIBS}
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib -lcurses
USE_LDCONFIG= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread||g' ${WRKSRC}/configure
-
.include <bsd.port.mk>