Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-05-17 12:44:27 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-05-17 12:45:05 +0300
commit4f7f1b48c0390f59357bcb4d0632342393486d7f (patch)
tree9928323fa823f5e71378c64ed8c8f4c5726f84cd
parent101438a26f5cfbb806a01c13db91660f4c49bd80 (diff)
extra/xf86-video-nouveau: Don't fail on intentionally implicitly declared function call
-rw-r--r--extra/xf86-video-nouveau/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/xf86-video-nouveau/PKGBUILD b/extra/xf86-video-nouveau/PKGBUILD
new file mode 100644
index 00000000..e02a9607
--- /dev/null
+++ b/extra/xf86-video-nouveau/PKGBUILD
@@ -0,0 +1 @@
+eval "$(declare -f build | sed '3i export CFLAGS="$CFLAGS -Wno-error=implicit-function-declaration"')"