summaryrefslogtreecommitdiffstats
path: root/xorg-app
diff options
context:
space:
mode:
authorRemko van der Vossen2019-05-30 14:51:40 +0200
committerRemko van der Vossen2019-05-30 14:51:40 +0200
commit5db2a924fb78d99836e499eb60caf4dd9e629bff (patch)
treef054a350056862bee58947a447026d005282319e /xorg-app
parenta4bc8c97b0358a9b2d4b69977a4129c598a44438 (diff)
luit: fix compile error
Diffstat (limited to 'xorg-app')
-rwxr-xr-xxorg-app/luit/BUILD2
-rw-r--r--xorg-app/luit/HISTORY3
2 files changed, 5 insertions, 0 deletions
diff --git a/xorg-app/luit/BUILD b/xorg-app/luit/BUILD
new file mode 100755
index 0000000000..5e65bb8522
--- /dev/null
+++ b/xorg-app/luit/BUILD
@@ -0,0 +1,2 @@
+CFLAGS+=" -U_XOPEN_SOURCE -D_XOPEN_SOURCE=600" &&
+default_build
diff --git a/xorg-app/luit/HISTORY b/xorg-app/luit/HISTORY
index bb9848745a..6fbfcf551e 100644
--- a/xorg-app/luit/HISTORY
+++ b/xorg-app/luit/HISTORY
@@ -1,3 +1,6 @@
+2019-05-30 Remko van der Vossen <wich@sourcemage.org>
+ * BUILD: Fixed compile error
+
2019-05-24 Ismael Luceno <ismael@sourcemage.org>
* PRE_BUILD: Fixed build against musl