diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-20 15:26:48 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-20 15:26:48 +0000 |
commit | da31fd55519658c82332fb5fd3420e3219681567 (patch) | |
tree | 2a87bee12eed7b46940aa5445641a833827b3e0b /graphics/crystalspace | |
parent | 96add768b87264137da2daf4270c11abac0a2fd4 (diff) | |
download | ports-da31fd55519658c82332fb5fd3420e3219681567.tar.gz ports-da31fd55519658c82332fb5fd3420e3219681567.zip |
Notes
Diffstat (limited to 'graphics/crystalspace')
-rw-r--r-- | graphics/crystalspace/Makefile | 3 |
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 |