xorg-libxfont2: fix build if libbsd is installed, FS#1784

This commit is contained in:
Juergen Daubert 2020-04-09 13:38:19 +02:00
parent 6d384355d0
commit 39f3ea0acc
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndKOY/ttAer/M1+khKmqDLGgDUnQpCACNYKfkRG1Y3muIX0dxoG9l6ZnDj+nwsq3AYdKsY9bBYLIWobgkUQxoFQs=
SHA256 (Pkgfile) = 78a8230de5273440066a9298e1be747aeec72ed4e0af3437bf6f875357d2f463
RWTSGWF5Q7TndCIe3Ywors6oAdE87kpThK41GU6VSXGVDlP+4yiqPOcNK9WQDUyZI0Scx7GolC0koJtvEsFF5wWIRAt661CYwwI=
SHA256 (Pkgfile) = 24f933f4126775eb4351f2ee665272059bd8e072cec0728ea13f8e29c07dd2a9
SHA256 (.footprint) = dc140cda3b16fb7a5b446a303695090542a6625ecd69cc23fe2bf16ff2b6153a
SHA256 (libXfont2-2.0.4.tar.bz2) = 6d151b3368e5035efede4b6264c0fdc6662c1c99dbc2de425e3480cababc69e6

View File

@ -11,7 +11,7 @@ source=(https://www.x.org/releases/individual/lib/libXfont2-$version.tar.bz2)
build() {
cd libXfont2-$version
./configure --prefix=/usr
./configure --prefix=/usr --disable-selective-werror
make
make DESTDIR=$PKG install