diff options
Diffstat (limited to 'devel/gaul')
-rw-r--r-- | devel/gaul/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gaul/Makefile b/devel/gaul/Makefile index 83d6981e6e7f..dc910753bd6b 100644 --- a/devel/gaul/Makefile +++ b/devel/gaul/Makefile @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib -lcurses ${PTHREAD_LIBS}" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|-lpthread||g' ${WRKSRC}/configure |