diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-14 09:42:12 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-14 09:42:12 +0000 |
commit | 03cceed935615886af3d9551e9fb9b573ce3744a (patch) | |
tree | fefb362514ed477cab8a0c201ef842c790185635 /devel/gaul | |
parent | f2a68ebb7a9de69a3ae4d9df85ad0471ad8deab9 (diff) | |
download | ports-03cceed935615886af3d9551e9fb9b573ce3744a.tar.gz ports-03cceed935615886af3d9551e9fb9b573ce3744a.zip |
Notes
Diffstat (limited to 'devel/gaul')
-rw-r--r-- | devel/gaul/Makefile | 7 |
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> |