mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Relax condition to pull GCC from ports which was added in r417665 to fix
the build specifically on powerpc64, while the check included both 32-bit and 64-bit PowerPC. While here, drop rudimentary support for ia64 which is long unsupported in base (and hardly ever was in ports). Tested on: Mac mini G4
This commit is contained in:
parent
cd923f788f
commit
61dd1bf9fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429141
3 changed files with 3 additions and 12 deletions
|
@ -46,9 +46,6 @@ USE_RUBY= yes
|
||||||
RUBY_NO_BUILD_DEPENDS= yes
|
RUBY_NO_BUILD_DEPENDS= yes
|
||||||
RUBY_NO_RUN_DEPENDS= yes
|
RUBY_NO_RUN_DEPENDS= yes
|
||||||
|
|
||||||
NOT_FOR_ARCHS= ia64
|
|
||||||
NOT_FOR_ARCHS_REASON_ia64= does not build
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES GMP RDOC
|
OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES GMP RDOC
|
||||||
OPTIONS_DEFAULT= RDOC LIBEDIT
|
OPTIONS_DEFAULT= RDOC LIBEDIT
|
||||||
OPTIONS_SINGLE= EDIT
|
OPTIONS_SINGLE= EDIT
|
||||||
|
@ -96,7 +93,7 @@ CONFIGURE_ARGS+= --disable-dtrace
|
||||||
.endif
|
.endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if (${ARCH} == "powerpc64" || ${ARCH} == "powerpc")
|
.if ${ARCH} == "powerpc64"
|
||||||
USE_GCC= yes
|
USE_GCC= yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -47,9 +47,6 @@ USE_RUBY= yes
|
||||||
RUBY_NO_BUILD_DEPENDS= yes
|
RUBY_NO_BUILD_DEPENDS= yes
|
||||||
RUBY_NO_RUN_DEPENDS= yes
|
RUBY_NO_RUN_DEPENDS= yes
|
||||||
|
|
||||||
NOT_FOR_ARCHS= ia64
|
|
||||||
NOT_FOR_ARCHS_REASON_ia64= does not build
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES GMP RDOC
|
OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES GMP RDOC
|
||||||
OPTIONS_DEFAULT= RDOC LIBEDIT
|
OPTIONS_DEFAULT= RDOC LIBEDIT
|
||||||
OPTIONS_SINGLE= EDIT
|
OPTIONS_SINGLE= EDIT
|
||||||
|
@ -101,7 +98,7 @@ CONFIGURE_ARGS+= --disable-dtrace
|
||||||
.endif
|
.endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${ARCH} == "powerpc" || ${ARCH} == "powerpc64"
|
.if ${ARCH} == "powerpc64"
|
||||||
USE_GCC= yes
|
USE_GCC= yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -45,9 +45,6 @@ USE_RUBY= yes
|
||||||
RUBY_NO_BUILD_DEPENDS= yes
|
RUBY_NO_BUILD_DEPENDS= yes
|
||||||
RUBY_NO_RUN_DEPENDS= yes
|
RUBY_NO_RUN_DEPENDS= yes
|
||||||
|
|
||||||
NOT_FOR_ARCHS= ia64
|
|
||||||
NOT_FOR_ARCHS_REASON_ia64= does not build
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES GMP RDOC
|
OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES GMP RDOC
|
||||||
OPTIONS_DEFAULT= RDOC LIBEDIT
|
OPTIONS_DEFAULT= RDOC LIBEDIT
|
||||||
OPTIONS_SINGLE= EDIT
|
OPTIONS_SINGLE= EDIT
|
||||||
|
@ -95,7 +92,7 @@ CONFIGURE_ARGS+=--disable-dtrace
|
||||||
.endif
|
.endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if (${ARCH} == "powerpc64" || ${ARCH} == "powerpc")
|
.if ${ARCH} == "powerpc64"
|
||||||
USE_GCC= yes
|
USE_GCC= yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue