aboutsummaryrefslogtreecommitdiff
path: root/graphics/crystalspace
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-08-20 15:26:48 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-08-20 15:26:48 +0000
commitda31fd55519658c82332fb5fd3420e3219681567 (patch)
tree2a87bee12eed7b46940aa5445641a833827b3e0b /graphics/crystalspace
parent96add768b87264137da2daf4270c11abac0a2fd4 (diff)
downloadports-da31fd55519658c82332fb5fd3420e3219681567.tar.gz
ports-da31fd55519658c82332fb5fd3420e3219681567.zip
- Fix the best way the build on !i386 (graphics/libcaca needs to revert the
last commit). Suggested by: kris Approved by: garga (mentor)
Notes
Notes: svn path=/head/; revision=171048
Diffstat (limited to 'graphics/crystalspace')
-rw-r--r--graphics/crystalspace/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/crystalspace/Makefile b/graphics/crystalspace/Makefile
index cba35deaae7a..acbfd36babe4 100644
--- a/graphics/crystalspace/Makefile
+++ b/graphics/crystalspace/Makefile
@@ -7,7 +7,7 @@
PORTNAME= crystalspace
PORTVERSION= 0.99
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= crystal
@@ -166,6 +166,7 @@ pre-configure:
s,86\*),86\*|amd64|ia64),' ${WRKSRC}/configure
post-configure:
+ @${REINPLACE_CMD} -i "" -e 's|-lcaca|-lcaca_pic|g' ${WRKSRC}/Jamconfig
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e 42,44d ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 26d ${WRKSRC}/Jamfile