diff options
-rw-r--r-- | devel/bonobo-conf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bonobo-conf/Makefile b/devel/bonobo-conf/Makefile index ea15373a0dc4..2349f4c836be 100644 --- a/devel/bonobo-conf/Makefile +++ b/devel/bonobo-conf/Makefile @@ -24,7 +24,7 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -pre-patch: +post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |