diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/codelite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index b8f12cef4d45..b1eff797a7d0 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -36,7 +36,7 @@ RUN_DEPENDS+= cscope:${PORTSDIR}/devel/cscope post-patch: .if ${ARCH} == "amd64" - ${REINPLACE_CMD} -e '58s|=|= -fPIC|' ${WRKSRC}/configure + ${REINPLACE_CMD} -e '66s|=|= -fPIC|' ${WRKSRC}/configure .endif ${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|g' ${WRKSRC}/configure # Configure script does not respect --prefix |