summaryrefslogtreecommitdiffstats
path: root/patches/kmscube-2017-03-13-g803bac5
diff options
context:
space:
mode:
authorMarkus Niebel <Markus.Niebel@tq-group.com>2017-03-20 12:00:57 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-03-24 16:45:00 +0100
commitfb713a684fe8c5a0f15ab3d1ab5e4895bfc70e7d (patch)
treeef3ba84e7dfe17d0286e694684b8b4e88a464cfb /patches/kmscube-2017-03-13-g803bac5
parent599b8b70443d8c8e7d07533ce4b7ff24d6fd7f77 (diff)
downloadptxdist-fb713a684fe8c5a0f15ab3d1ab5e4895bfc70e7d.tar.gz
ptxdist-fb713a684fe8c5a0f15ab3d1ab5e4895bfc70e7d.tar.xz
kmscube: add new package
Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com> [mol: patches recreated, MIT license, no kernel headers needed] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/kmscube-2017-03-13-g803bac5')
-rw-r--r--patches/kmscube-2017-03-13-g803bac5/0001-force-autogen-to-look-for-stdc.patch25
l---------patches/kmscube-2017-03-13-g803bac5/autogen.sh1
-rw-r--r--patches/kmscube-2017-03-13-g803bac5/series4
3 files changed, 30 insertions, 0 deletions
diff --git a/patches/kmscube-2017-03-13-g803bac5/0001-force-autogen-to-look-for-stdc.patch b/patches/kmscube-2017-03-13-g803bac5/0001-force-autogen-to-look-for-stdc.patch
new file mode 100644
index 000000000..bbf45a8f5
--- /dev/null
+++ b/patches/kmscube-2017-03-13-g803bac5/0001-force-autogen-to-look-for-stdc.patch
@@ -0,0 +1,25 @@
+From: Markus Niebel <Markus.Niebel@tq-group.com>
+Date: Thu, 2 Mar 2017 17:17:20 +0100
+Subject: [PATCH] force autogen to look for stdc
+
+needed since sources using constructs needing stdc99
+
+Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>
+---
+ configure.ac | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/configure.ac b/configure.ac
+index 615488a79cde..9760f3763d0d 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -35,6 +35,9 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2])
+ # Enable quiet compiles on automake 1.11.
+ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
++AC_PROG_CC
++AC_PROG_CC_STDC
++
+ # Initialize libtool
+ AC_PROG_LIBTOOL
+
diff --git a/patches/kmscube-2017-03-13-g803bac5/autogen.sh b/patches/kmscube-2017-03-13-g803bac5/autogen.sh
new file mode 120000
index 000000000..9f8a4cb7d
--- /dev/null
+++ b/patches/kmscube-2017-03-13-g803bac5/autogen.sh
@@ -0,0 +1 @@
+../autogen.sh \ No newline at end of file
diff --git a/patches/kmscube-2017-03-13-g803bac5/series b/patches/kmscube-2017-03-13-g803bac5/series
new file mode 100644
index 000000000..df1285347
--- /dev/null
+++ b/patches/kmscube-2017-03-13-g803bac5/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-force-autogen-to-look-for-stdc.patch
+# b8b497a50680d889831e8240365dca2d - git-ptx-patches magic