2
1

tslib-1.0-no-cxx.patch 409 B

1234567891011121314151617
  1. tslib: Doesn't use C++, so don't require it in the configure script
  2. ---
  3. configure.ac | 1 -
  4. 1 file changed, 1 deletion(-)
  5. Index: tslib-1.0/configure.ac
  6. ===================================================================
  7. --- tslib-1.0.orig/configure.ac
  8. +++ tslib-1.0/configure.ac
  9. @@ -15,7 +15,6 @@
  10. TS_DEFAULT_FLAGS
  11. # Checks for programs.
  12. -AC_PROG_CXX
  13. AC_PROG_CC
  14. AC_PROG_CPP
  15. TS_CC_HIDDEN_VISIBILITY