deskutils/spice-gtk is brought in to gnome3 via net/vinagre. However,
the spice-gtk website states that only little-endian is supported. Mark spice-gtk as such, and change vinagre to only have the dependency for little-endian. This will help fix the gnome3 build on powerpc64. PR: 233464 Reviewed by: xxjack12xx at gmail dot com Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
b13a5289ee
commit
60395c62c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485791
@ -11,6 +11,9 @@ COMMENT= Gtk client and libraries for SPICE remote desktop servers
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe sparc64
|
||||
NOT_FOR_ARCHS_REASON= server only supports little-endian
|
||||
|
||||
LIB_DEPENDS= libepoxy.so:graphics/libepoxy \
|
||||
libopus.so:audio/opus
|
||||
BUILD_DEPENDS= spice-protocol>=0.12.14:devel/spice-protocol \
|
||||
|
@ -43,7 +43,12 @@ GLIB_SCHEMAS= org.gnome.Vinagre.gschema.xml
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
OPTIONS_DEFINE= AVAHI SPICE TELEPATHY RDP DOCS
|
||||
OPTIONS_DEFAULT=AVAHI SPICE TELEPATHY RDP
|
||||
OPTIONS_DEFAULT= AVAHI TELEPATHY RDP
|
||||
OPTIONS_DEFAULT_aarch64= SPICE
|
||||
OPTIONS_DEFAULT_amd64= SPICE
|
||||
OPTIONS_DEFAULT_armv6= SPICE
|
||||
OPTIONS_DEFAULT_armv7= SPICE
|
||||
OPTIONS_DEFAULT_i386= SPICE
|
||||
AVAHI_CONFIGURE_WITH= avahi
|
||||
AVAHI_LIB_DEPENDS= libavahi-ui-gtk3.so:net/avahi-gtk3
|
||||
SPICE_DESC= SPICE protocol support
|
||||
|
Loading…
Reference in New Issue
Block a user