diff options
author | Matt Housh <jaeger@crux.ninja> | 2018-05-11 13:59:10 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2018-05-11 13:59:10 -0500 |
commit | 4622ceabff639b0084a43c1aa09bb9203396f6f6 (patch) | |
tree | 3ce9d4ced9f6a3e3abfe0a9594b6d74657fef1d6 /xorg-xf86-input-mouse | |
parent | 383464245fc1c556d4f78aeb03b80aa40a7bca57 (diff) | |
download | xorg-4622ceabff639b0084a43c1aa09bb9203396f6f6.tar.gz xorg-4622ceabff639b0084a43c1aa09bb9203396f6f6.tar.xz |
xorg-xf86-input-mouse: compile fixrelease-3.4
Diffstat (limited to 'xorg-xf86-input-mouse')
-rw-r--r-- | xorg-xf86-input-mouse/.signature | 4 | ||||
-rw-r--r-- | xorg-xf86-input-mouse/Pkgfile | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/xorg-xf86-input-mouse/.signature b/xorg-xf86-input-mouse/.signature index 35a83b31..e04ae664 100644 --- a/xorg-xf86-input-mouse/.signature +++ b/xorg-xf86-input-mouse/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndEcelFvonD/SSzWt3G2EdmslK4YqNMq5ueAl3FPz8Yq2ppO3m9FGVAEfKI0b4ZlmJpttsY8oa/rhuVtuQPeJ5QQ= -SHA256 (Pkgfile) = 96742c40cc2b8dd5679832308385ee66383f392dc236e1b741aa5c9799362746 +RWTSGWF5Q7TndJ/MXQnUmlJHcRN8klyqQgY5TrNl9rSbO9YMNMhwcew1vSJC70u14ZapyL+wEDHvXIodmGYxmiSYogqLrii5qAM= +SHA256 (Pkgfile) = 2d97e5bc677991f2fc50eee6ad716964e8f7d40b85a311b7f3bf1322f5ad930e SHA256 (.footprint) = 966c8593cf72604c3395b01fc17a844b306dae91691f9c4cd3f51859507551f2 SHA256 (xf86-input-mouse-1.9.2.tar.bz2) = f425d5b05c6ab412a27e0a1106bb83f9e2662b307210abbe48270892387f4b2f diff --git a/xorg-xf86-input-mouse/Pkgfile b/xorg-xf86-input-mouse/Pkgfile index 60c9068c..7b5353c9 100644 --- a/xorg-xf86-input-mouse/Pkgfile +++ b/xorg-xf86-input-mouse/Pkgfile @@ -9,6 +9,8 @@ release=1 source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-input-mouse-$version.tar.bz2) build() { + export CFLAGS="${CFLAGS} -Wno-error=implicit-function-declaration" + cd xf86-input-mouse-$version ./configure --prefix=/usr |