diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-02 15:54:33 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-02 15:54:33 +0000 |
commit | de5543834038c05565c76a7efb1d0fb2e6c43055 (patch) | |
tree | 8205024ad6da046d31bdd8dc71944e9a9f84606b /x11/yelp | |
parent | 5f17c7749dcab393bad488abc407789e1609142d (diff) |
Notes
Diffstat (limited to 'x11/yelp')
-rw-r--r-- | x11/yelp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 7be08b3ac26d..e2a511807b22 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -38,5 +38,6 @@ post-patch: @${REINPLACE_CMD} -e 's,[-/]unstable,,' \ -e 's/ --define-variable=includetype=unstable//' \ ${WRKSRC}/configure + @${REINPLACE_CMD} '/g_thread_init/d' ${WRKSRC}/src/yelp-main.c .include <bsd.port.mk> |