Broken on amd64, as any other gcc.

This commit is contained in:
Lev A. Serebryakov 2004-02-25 11:37:03 +00:00
parent 276751f7ee
commit 48e16351b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102081
2 changed files with 16 additions and 2 deletions

View file

@ -44,6 +44,13 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} GCC_TARG=${PKGNAMEPREFIX:S/-$//} \
BINARIES= gcc cpp
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not compile on amd64 due to platform rename"
.endif
post-configure:
@${PERL} -pi.bak -e 's,^(TARGET_CONFIGDIRS\s*=).+$$,\1,' ${WRKSRC}/Makefile
@${PERL} -pi.bak -e 's,^(install-info:),\1\ndonot-\1,' ${WRKSRC}/gcc/Makefile
@ -55,4 +62,4 @@ post-install:
${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/$F
.endfor
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View file

@ -44,6 +44,13 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} GCC_TARG=${PKGNAMEPREFIX:S/-$//} \
BINARIES= gcc cpp
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not compile on amd64 due to platform rename"
.endif
post-configure:
@${PERL} -pi.bak -e 's,^(TARGET_CONFIGDIRS\s*=).+$$,\1,' ${WRKSRC}/Makefile
@${PERL} -pi.bak -e 's,^(install-info:),\1\ndonot-\1,' ${WRKSRC}/gcc/Makefile
@ -55,4 +62,4 @@ post-install:
${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/$F
.endfor
.include <bsd.port.mk>
.include <bsd.port.post.mk>