tslib: doesn't use C++, so don't require it in the configure script
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 18 Feb 2009 14:16:34 +0000 (14:16 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 18 Feb 2009 14:16:34 +0000 (14:16 -0000)
package/tslib/tslib-1.0-no-cxx.patch [new file with mode: 0644]

diff --git a/package/tslib/tslib-1.0-no-cxx.patch b/package/tslib/tslib-1.0-no-cxx.patch
new file mode 100644 (file)
index 0000000..7e4e6d5
--- /dev/null
@@ -0,0 +1,17 @@
+tslib: Doesn't use C++, so don't require it in the configure script
+---
+ configure.ac |    1 -
+ 1 file changed, 1 deletion(-)
+
+Index: tslib-1.0/configure.ac
+===================================================================
+--- tslib-1.0.orig/configure.ac
++++ tslib-1.0/configure.ac
+@@ -15,7 +15,6 @@
+ TS_DEFAULT_FLAGS
+ # Checks for programs.
+-AC_PROG_CXX
+ AC_PROG_CC
+ AC_PROG_CPP
+ TS_CC_HIDDEN_VISIBILITY