bumblebee: tweaked to work with new libbsd path

This commit is contained in:
Matt Housh 2022-10-03 12:33:48 -05:00
parent 3188225a11
commit 6917ad110f
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xXy53HH+HtfGrcXeluwm4vVVpBa51MZfmF4gWgOVWMDQloHWqpijGUydUAcpF7+jENDYcXoaDAcRJFznH4XCQI=
SHA256 (Pkgfile) = 0c2c1865a5eb91aadbcede8c8b4f26c67f8d5066c936e2a91817053665bbfe41
RWSagIOpLGJF3/xkfeun8OG2Q96W+l6awnuDb0I+UMyoxX2FXcQ40NlG09uNCoNuPfnv5jHixa0FGXP3f7laSZytQwvK0gCsLAc=
SHA256 (Pkgfile) = eec0613bfa3b03d2250569e730ce27b06809e4733e5ca5cd4d1949c372c2016f
SHA256 (.footprint) = bfdffd4dc5e7478600d928d831587205571dee12b90f220958c7b40b9c3afac9
SHA256 (bumblebee-3.2.1.tar.gz) = 1018703b07e2f607a4641249d69478ce076ae5a1e9dd6cff5694d394fa7ee30e
SHA256 (libglvnd.patch) = b260d64a53617807afe21560db0592d114d7775b182e13fb59349f0157c8dba4

View File

@ -5,11 +5,12 @@
name=bumblebee
version=3.2.1
release=1
release=2
source=(http://bumblebee-project.org/$name-$version.tar.gz \
libglvnd.patch blacklist.conf bumblebeed.rc)
build() {
export PKG_CONFIG_PATH="/usr/opt/libbsd/lib/pkgconfig"
CFLAGS="${CFLAGS} -fcommon"
cd $name-$version
patch -p1 -i $SRC/libglvnd.patch