summaryrefslogtreecommitdiff
path: root/xorg-libxfont2
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2020-04-09 13:38:19 +0200
committerJuergen Daubert <jue@jue.li>2020-04-09 13:38:19 +0200
commit39f3ea0acc5b481995baf53186f26d3a42e549e8 (patch)
treea0df0795eac200fe7d9aab07208e3a2cc0e4f52e /xorg-libxfont2
parent6d384355d0d77b3c03315767cbd97c11bb1c644a (diff)
downloadxorg-39f3ea0acc5b481995baf53186f26d3a42e549e8.tar.gz
xorg-39f3ea0acc5b481995baf53186f26d3a42e549e8.tar.xz
xorg-libxfont2: fix build if libbsd is installed, FS#1784
Diffstat (limited to 'xorg-libxfont2')
-rw-r--r--xorg-libxfont2/.signature4
-rw-r--r--xorg-libxfont2/Pkgfile2
2 files changed, 3 insertions, 3 deletions
diff --git a/xorg-libxfont2/.signature b/xorg-libxfont2/.signature
index e010f6ae..ebab3273 100644
--- a/xorg-libxfont2/.signature
+++ b/xorg-libxfont2/.signature
@@ -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
diff --git a/xorg-libxfont2/Pkgfile b/xorg-libxfont2/Pkgfile
index a9b48b2f..e2a68ed5 100644
--- a/xorg-libxfont2/Pkgfile
+++ b/xorg-libxfont2/Pkgfile
@@ -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

Generated by cgit