aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nonworking/efl/ecore/remove-tslib-configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/nonworking/efl/ecore/remove-tslib-configure.patch')
-rw-r--r--packages/nonworking/efl/ecore/remove-tslib-configure.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/nonworking/efl/ecore/remove-tslib-configure.patch b/packages/nonworking/efl/ecore/remove-tslib-configure.patch
new file mode 100644
index 0000000000..40ed1c2c33
--- /dev/null
+++ b/packages/nonworking/efl/ecore/remove-tslib-configure.patch
@@ -0,0 +1,15 @@
+--- ecore/configure.in.~1.125.~ 2005-11-29 01:13:26.000000000 -0800
++++ ecore/configure.in 2006-01-12 11:21:42.000000000 -0800
+@@ -101,12 +101,6 @@
+ AC_CHECK_FUNCS(gettimeofday)
+
+ tslib_libs=""
+-AC_CHECK_HEADER(tslib.h,
+- [
+- tslib_libs="-ltslib"
+- AC_DEFINE(HAVE_TSLIB, 1, [Build Ecore_X Module])
+- ]
+-)
+ AC_SUBST(tslib_libs)
+
+ AC_CHECK_HEADERS(netinet/in.h)