diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-02-18 14:16:34 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-02-18 14:16:34 +0000 |
commit | ddc807aea88c604d30b0f74b63e043bbae779403 (patch) | |
tree | 66b6db798d7040f645d6455bfb69001e65f402dc /package/tslib/tslib-1.0-no-cxx.patch | |
parent | bb765647380e400fe8119dc5bb810bebd8fc6887 (diff) |
tslib: doesn't use C++, so don't require it in the configure script
Diffstat (limited to 'package/tslib/tslib-1.0-no-cxx.patch')
-rw-r--r-- | package/tslib/tslib-1.0-no-cxx.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package/tslib/tslib-1.0-no-cxx.patch b/package/tslib/tslib-1.0-no-cxx.patch new file mode 100644 index 000000000..7e4e6d55c --- /dev/null +++ b/package/tslib/tslib-1.0-no-cxx.patch @@ -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 |