ecore: add missing patch
authorJustin Patrin <papercrane@gmail.com>
Wed, 15 Nov 2006 21:44:16 +0000 (21:44 +0000)
committerJustin Patrin <papercrane@gmail.com>
Wed, 15 Nov 2006 21:44:16 +0000 (21:44 +0000)
packages/efl/ecore/configure-abstract-sockets.patch [new file with mode: 0644]

diff --git a/packages/efl/ecore/configure-abstract-sockets.patch b/packages/efl/ecore/configure-abstract-sockets.patch
new file mode 100644 (file)
index 0000000..cdd3069
--- /dev/null
@@ -0,0 +1,14 @@
+--- ecore-0.9.9.036/configure.in~      2006-11-13 14:05:24.000000000 -0800
++++ ecore-0.9.9.036/configure.in       2006-11-13 14:18:22.000000000 -0800
+@@ -886,10 +886,7 @@
+   )
+ fi
+-AC_ABSTRACT_SOCKET_TEST(
+-  [AC_DEFINE(HAVE_ABSTRACT_SOCKETS, 1, [Have abstract socket namespace])],
+-  []
+-)
++HAVE_ABSTRACT_SOCKETS = 1
+ want_ecore_ipc="yes";
+ have_ecore_ipc="no";