diff options
-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} |