summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/ogre/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/ogre/Makefile b/devel/ogre/Makefile
index fe102522869f..6a58f845fcd4 100644
--- a/devel/ogre/Makefile
+++ b/devel/ogre/Makefile
@@ -42,6 +42,9 @@ PLIST_SUB+= CONFIGURE_TARGET="${CONFIGURE_TARGET}"
BROKEN= "does not compile"
.endif
+post-patch:
+ @${RM} -rf ${WRKSRC}/autom4te.cache
+
pre-configure:
@(${SED} -i.orig -e 's,[(]libdir[)],(prefix)/libdata,' ${WRKSRC}/Makefile.am)
@(${FIND} ${WRKSRC} -type f -name Makefile.am -print0 | ${XARGS} -0 ${SED} -i.orig -e 's#.libs/##')