diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-06 17:50:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-06 17:50:42 +0000 |
commit | 8d947893c014698e07aa95699bad276d049702ab (patch) | |
tree | 73998d42a4f31075bfbf813256d1a65b3bcad99c | |
parent | Konqueror bugfixorama: (diff) |
- Try to fix builds on pointyhat. I can't reproduce the failure pointyhat
is seeing locally.
Approved by: portmgr (krion)
Notes
Notes:
svn path=/head/; revision=140800
-rw-r--r-- | devel/ogre/Makefile | 3 |
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/##') |