libpciaccess: It's broke, incomplete. Disable

* See https://github.com/haikuports/haikuports/issues/5122 for more
  information.
* haiku_pci.c needs written using our "poke" driver.
* Partial version at ticket above.
* Not really needed, unless we need libdrm_intel for i915
This commit is contained in:
Alexander von Gluck IV
2020-06-17 10:20:51 -05:00
parent 5db8255d82
commit 36189f5bb8

View File

@@ -1,3 +1,7 @@
#
# SPECIAL CONSIDERATIONS!!
# SEE https://github.com/haikuports/haikuports/issues/5122 !!!
#
SUMMARY="Standardized interface for PCI access"
DESCRIPTION="Standardized interface for accessing PCI devices."
HOMEPAGE="https://www.x.org/releases/individual/lib/"
@@ -20,8 +24,8 @@ SOURCE_URI="https://www.x.org/releases/individual/lib/libpciaccess-$portVersion.
CHECKSUM_SHA256="3df543e12afd41fea8eac817e48cbfde5aed8817b81670a4e9e493bb2f5bf2a4"
PATCHES="libpciaccess-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
ARCHITECTURES="!x86_gcc2 !x86 !x86_64"
SECONDARY_ARCHITECTURES="!x86"
libVersion="0.11.1"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"