mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
Add compiler:c11 to USES to fix build on GCC-based systems.
Tested on: amd64, powerpc64. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
700127cf5e
commit
59fd58f6aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514056
@ -21,7 +21,8 @@ LIB_DEPENDS= libnettle.so:security/nettle \
|
|||||||
libepoxy.so:graphics/libepoxy \
|
libepoxy.so:graphics/libepoxy \
|
||||||
libpcre2-8.so:devel/pcre2
|
libpcre2-8.so:devel/pcre2
|
||||||
|
|
||||||
USES= bison cpe gmake gnome iconv:wchar_t perl5 pkgconfig python:build tar:xz xorg
|
USES= bison compiler:c11 cpe gmake gnome iconv:wchar_t perl5 \
|
||||||
|
pkgconfig python:build tar:xz xorg
|
||||||
USE_GNOME= cairo glib20 libxml2
|
USE_GNOME= cairo glib20 libxml2
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_XORG= pixman
|
USE_XORG= pixman
|
||||||
|
@ -13,8 +13,8 @@ LICENSE= GPLv2
|
|||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libfdt.so:sysutils/dtc
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libfdt.so:sysutils/dtc
|
||||||
|
|
||||||
USES= bison:build gmake gnome libtool makeinfo pkgconfig \
|
USES= bison:build compiler:c11 gmake gnome libtool makeinfo \
|
||||||
python:2.7,build tar:bz2
|
pkgconfig python:2.7,build tar:bz2
|
||||||
USE_XORG= pixman
|
USE_XORG= pixman
|
||||||
USE_GNOME= glib20
|
USE_GNOME= glib20
|
||||||
|
|
||||||
|
@ -15,13 +15,12 @@ USE_GITHUB= yes
|
|||||||
GH_TUPLE= seanbruno:qemu-bsd-user:7b21781 \
|
GH_TUPLE= seanbruno:qemu-bsd-user:7b21781 \
|
||||||
qemu:keycodemapdb:10739aa:keycodemapdb/ui/keycodemapdb
|
qemu:keycodemapdb:10739aa:keycodemapdb/ui/keycodemapdb
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
USES= gmake pkgconfig bison perl5 python:2.7,build
|
USES= bison compiler:c11 gmake perl5 pkgconfig python:2.7,build
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
MAKE_ENV+= BSD_MAKE="${MAKE}" V=1
|
MAKE_ENV+= BSD_MAKE="${MAKE}" V=1
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= amd64 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts?
|
ONLY_FOR_ARCHS= amd64 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts?
|
||||||
BROKEN_i386= aarch64 system target is currently broken for i386 hosts, disable for now while dealing with upstream
|
BROKEN_i386= aarch64 system target is currently broken for i386 hosts, disable for now while dealing with upstream
|
||||||
BROKEN_powerpc64= fails to build: async.c: internal compiler error: Segmentation fault
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \
|
OPTIONS_DEFINE= SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \
|
||||||
CDROM_DMA PCAP USBREDIR X86_TARGETS BSD_USER \
|
CDROM_DMA PCAP USBREDIR X86_TARGETS BSD_USER \
|
||||||
|
@ -12,8 +12,6 @@ COMMENT?= QEMU CPU Emulator
|
|||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
BROKEN_powerpc64= fails to compile: In function aio_bh_poll: internal compiler error: Segmentation fault
|
|
||||||
|
|
||||||
LIB_DEPENDS?= libnettle.so:security/nettle \
|
LIB_DEPENDS?= libnettle.so:security/nettle \
|
||||||
libfontconfig.so:x11-fonts/fontconfig \
|
libfontconfig.so:x11-fonts/fontconfig \
|
||||||
libfreetype.so:print/freetype2
|
libfreetype.so:print/freetype2
|
||||||
@ -25,7 +23,8 @@ USE_XORG= pixman
|
|||||||
USE_GNOME+= cairo glib20 libxml2
|
USE_GNOME+= cairo glib20 libxml2
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
USES?= cpe gmake gnome pkgconfig bison perl5 python:build tar:xz
|
USES?= compiler:c11 cpe gmake gnome pkgconfig bison perl5 \
|
||||||
|
python:build tar:xz
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
|
|
||||||
PORTSCOUT= limit:^3\.0\.
|
PORTSCOUT= limit:^3\.0\.
|
||||||
|
@ -13,13 +13,12 @@ COMMENT?= QEMU CPU Emulator
|
|||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
BROKEN_powerpc64= fails to compile: In function aio_bh_poll: internal compiler error: Segmentation fault
|
|
||||||
|
|
||||||
LIB_DEPENDS?= libnettle.so:security/nettle \
|
LIB_DEPENDS?= libnettle.so:security/nettle \
|
||||||
libfontconfig.so:x11-fonts/fontconfig \
|
libfontconfig.so:x11-fonts/fontconfig \
|
||||||
libfreetype.so:print/freetype2
|
libfreetype.so:print/freetype2
|
||||||
|
|
||||||
USES?= cpe gmake gnome pkgconfig bison perl5 python:build tar:xz
|
USES?= compiler:c11 cpe gmake gnome pkgconfig bison perl5 python:build \
|
||||||
|
tar:xz
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
|
|
||||||
PORTSCOUT= limit:^3\.0\.
|
PORTSCOUT= limit:^3\.0\.
|
||||||
|
Loading…
Reference in New Issue
Block a user