aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-evdev/cflags.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-09-17 08:57:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-17 08:57:54 +0000
commit4572b9e0de756fca391d855fd418bf6c744217f2 (patch)
treea3120220c76ac3356b298ce41288933c3217ea41 /main/lua-evdev/cflags.patch
parent9c520e9620e5ad155ce70cbca629bb1244c42b17 (diff)
downloadaports-4572b9e0de756fca391d855fd418bf6c744217f2.tar.bz2
aports-4572b9e0de756fca391d855fd418bf6c744217f2.tar.xz
main/lua-evdev: move from testing
Diffstat (limited to 'main/lua-evdev/cflags.patch')
-rw-r--r--main/lua-evdev/cflags.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/lua-evdev/cflags.patch b/main/lua-evdev/cflags.patch
new file mode 100644
index 0000000000..52d3647de7
--- /dev/null
+++ b/main/lua-evdev/cflags.patch
@@ -0,0 +1,8 @@
+--- ./Makefile.orig
++++ ./Makefile
+@@ -1,4 +1,4 @@
+
+ evdev/core.so: evdev/core.c
+- gcc -shared -o evdev/core.so -fPIC -Wall -Wextra -pedantic -std=c99 evdev/core.c
++ gcc $(CFLAGS) -shared -o evdev/core.so -fPIC -Wall -Wextra -pedantic -std=c99 evdev/core.c $(LDFLAGS)
+