Add compiler:c++11-lang to USES to unbreak build on powerpc64:
ld: final link failed: Bad value While here, pacify portlint by also alpha sorting USES. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
287c266f6b
commit
824a60375f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504544
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
BROKEN_armv6= fails to compile: cannot combine with previous 'type-name' declaration specifier
|
BROKEN_armv6= fails to compile: cannot combine with previous 'type-name' declaration specifier
|
||||||
BROKEN_armv7= fails to compile: cannot combine with previous 'type-name' declaration specifier
|
BROKEN_armv7= fails to compile: cannot combine with previous 'type-name' declaration specifier
|
||||||
BROKEN_mips64= fails to compile: 'fpsetmask' was not declared in this scope
|
BROKEN_mips64= fails to compile: 'fpsetmask' was not declared in this scope
|
||||||
BROKEN_powerpc64= fails to link: ld: final link failed: Bad value
|
|
||||||
|
|
||||||
# quilt is required by build.sh
|
# quilt is required by build.sh
|
||||||
BUILD_DEPENDS= bash:shells/bash \
|
BUILD_DEPENDS= bash:shells/bash \
|
||||||
|
@ -30,7 +29,8 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
|
||||||
RUN_DEPENDS= qpress:archivers/qpress
|
RUN_DEPENDS= qpress:archivers/qpress
|
||||||
|
|
||||||
# autotool is in use for 5.1 builds
|
# autotool is in use for 5.1 builds
|
||||||
USES= alias autoreconf:build bison cpe gettext cmake:noninja libtool perl5 shebangfix
|
USES= alias autoreconf:build bison cmake:noninja compiler:c++11-lang \
|
||||||
|
cpe gettext libtool perl5 shebangfix
|
||||||
CPE_VENDOR= percona
|
CPE_VENDOR= percona
|
||||||
SHEBANG_FILES= storage/innobase/xtrabackup/xbcloud_osenv.sh
|
SHEBANG_FILES= storage/innobase/xtrabackup/xbcloud_osenv.sh
|
||||||
CMAKE_ARGS= -DWITH_BOOST=${WRKDIR}/boost_1_59_0
|
CMAKE_ARGS= -DWITH_BOOST=${WRKDIR}/boost_1_59_0
|
||||||
|
|
Loading…
Reference in a new issue