diff options
author | Rene Ladan <rene@FreeBSD.org> | 2010-10-13 13:01:41 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2010-10-13 13:01:41 +0000 |
commit | 6068060a185d3fdc1ed3cba5cc9a2511231a1d35 (patch) | |
tree | 6cffd183c43e6b3191b3c30607ffb6c94f45bd98 /devel/log4cxx | |
parent | f20f4d2c77f9ebcabb46a9f42b80585963bdbaae (diff) | |
download | ports-6068060a185d3fdc1ed3cba5cc9a2511231a1d35.tar.gz ports-6068060a185d3fdc1ed3cba5cc9a2511231a1d35.zip |
Notes
Diffstat (limited to 'devel/log4cxx')
-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) |