mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Broken on amd64, as any other gcc.
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue