aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2010-10-13 13:01:41 +0000
committerRene Ladan <rene@FreeBSD.org>2010-10-13 13:01:41 +0000
commit6068060a185d3fdc1ed3cba5cc9a2511231a1d35 (patch)
tree6cffd183c43e6b3191b3c30607ffb6c94f45bd98
parentf20f4d2c77f9ebcabb46a9f42b80585963bdbaae (diff)
downloadports-6068060a185d3fdc1ed3cba5cc9a2511231a1d35.tar.gz
ports-6068060a185d3fdc1ed3cba5cc9a2511231a1d35.zip
Fix build with clang.
Submitted by: clang exp-run requested by kwm
Notes
Notes: svn path=/head/; revision=262961
-rw-r--r--devel/log4cxx/Makefile1
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)