diff options
author | gahr <gahr@FreeBSD.org> | 2009-09-04 18:01:51 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2009-09-04 18:01:51 +0800 |
commit | fc35776db901a9370e5cf4350660c3d57aff4edd (patch) | |
tree | 7352340b3b7e1dbf433f394b7bdb40542ef54932 /editors | |
parent | a273ed4c879e269f9873ac6f8bd44eb07a8f9b8c (diff) | |
download | freebsd-ports-gnome-fc35776db901a9370e5cf4350660c3d57aff4edd.tar.gz freebsd-ports-gnome-fc35776db901a9370e5cf4350660c3d57aff4edd.tar.zst freebsd-ports-gnome-fc35776db901a9370e5cf4350660c3d57aff4edd.zip |
- Fix build on amd64
Reported by: ph (via pav)
Tinderbox'd by: jadawin
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 |