diff options
author | gahr <gahr@FreeBSD.org> | 2009-03-07 20:15:58 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2009-03-07 20:15:58 +0800 |
commit | 306b7443c06bb42459df4b40a292b9bb2ddcc42c (patch) | |
tree | ed43921e28d5ed9bd768d35a9ff7448144db2f75 /editors/codelite | |
parent | 4c23d247ae8a81cb3be7917cffcab8597aaf5273 (diff) | |
download | freebsd-ports-gnome-306b7443c06bb42459df4b40a292b9bb2ddcc42c.tar.gz freebsd-ports-gnome-306b7443c06bb42459df4b40a292b9bb2ddcc42c.tar.zst freebsd-ports-gnome-306b7443c06bb42459df4b40a292b9bb2ddcc42c.zip |
- Try to fix build on amd64
Notified by: PH via pav@
Diffstat (limited to 'editors/codelite')
-rw-r--r-- | editors/codelite/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index df8c8b2b2666..9a05f3ce206a 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -44,10 +44,6 @@ post-patch: ${RM} ${WRKSRC}/CodeLite/readtags.h; \ fi; \ ) -.if ${ARCH} == "amd64" - ${REINPLACE_CMD} -e 's|-Wall|-fPIC -Wall|g' \ - ${WRKSRC}/configure ${WRKSRC}/makefile.base -.endif do-install: ${MKDIR} ${DATADIR} |