diff options
-rw-r--r-- | devel/log4cxx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/log4cxx/Makefile b/devel/log4cxx/Makefile index 0e53363455a4..4703e518e452 100644 --- a/devel/log4cxx/Makefile +++ b/devel/log4cxx/Makefile @@ -48,6 +48,7 @@ pre-configure: @${REINPLACE_CMD} -e '/^_LT_AC_SHELL_INIT/d' ${WRKSRC}/aclocal.m4 @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.am @(cd ${WRKSRC} && ./autogen.sh) + @${REINPLACE_CMD} -e 's|GREP "\\-L"|GREP "conftest\\.$$objext"|g' ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) && defined(WITH_DOXYGEN) |