aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2009-03-07 12:45:16 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2009-03-07 12:45:16 +0000
commit7af268bbefb99b0b4f0c01e46200699705400d0f (patch)
treea7bf9aae7eccaf2441ca1ea3f987087519c9ecb6 /editors
parent5607d4a19bf8542fcd0f5b2aa876d37f2ca6ff11 (diff)
downloadports-7af268bbefb99b0b4f0c01e46200699705400d0f.tar.gz
ports-7af268bbefb99b0b4f0c01e46200699705400d0f.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/codelite/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile
index 9a05f3ce206a..cb1d9a5a1a7f 100644
--- a/editors/codelite/Makefile
+++ b/editors/codelite/Makefile
@@ -35,6 +35,9 @@ RUN_DEPENDS+= cscope:${PORTSDIR}/devel/cscope
.endif
post-patch:
+.if ${ARCH} == "amd64"
+ ${REINPLACE_CMD} -e '58s|=|= -fPIC|' ${WRKSRC}/configure
+.endif
${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|g' \
${WRKSRC}/configure
${REINPLACE_CMD} -e 's|$${cur_rev}|${SVN_REVISION}|' \