diff options
author | gerald <gerald@FreeBSD.org> | 2015-02-16 13:55:48 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2015-02-16 13:55:48 +0800 |
commit | 1aa4f82bcb48238d22aaf388bf63ed475c892328 (patch) | |
tree | 6e4abdd767af2c09cc6ca48e5ac978b99cd5113b /devel | |
parent | dd6978e40cd3ec06b1b3be201bf64eed4ef362d7 (diff) | |
download | freebsd-ports-gnome-1aa4f82bcb48238d22aaf388bf63ed475c892328.tar.gz freebsd-ports-gnome-1aa4f82bcb48238d22aaf388bf63ed475c892328.tar.zst freebsd-ports-gnome-1aa4f82bcb48238d22aaf388bf63ed475c892328.zip |
Force the use of GCC 4.8 since the old codebase here fails with newer
versionf of GCC.
PR: 196854
Approved by: tphilipp@potion-studios.com (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/psptoolchain-binutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/psptoolchain-binutils/Makefile b/devel/psptoolchain-binutils/Makefile index 40fa884ed02c..c8a2779810dc 100644 --- a/devel/psptoolchain-binutils/Makefile +++ b/devel/psptoolchain-binutils/Makefile @@ -14,7 +14,8 @@ MAINTAINER= tphilipp@potion-studios.com COMMENT= PlayStation Portable development toolchain ${PORTNAME} USES= gmake tar:bzip2 libtool -USE_GCC= any +# This old code fails with newer versions of GCC, cf. PR 196854. +USE_GCC= 4.8 HAS_CONFIGURE= yes CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL} |