diff options
Diffstat (limited to 'packages/efl1/ecore/configure.patch')
-rw-r--r-- | packages/efl1/ecore/configure.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/packages/efl1/ecore/configure.patch b/packages/efl1/ecore/configure.patch deleted file mode 100644 index 9939bd9d34..0000000000 --- a/packages/efl1/ecore/configure.patch +++ /dev/null @@ -1,23 +0,0 @@ -Index: ecore/configure.in -=================================================================== ---- ecore.orig/configure.in 2007-08-20 17:21:13.000000000 +0000 -+++ ecore/configure.in 2007-08-20 17:23:31.000000000 +0000 -@@ -16,7 +16,6 @@ - AC_CHECK_SIZEOF(long, 4) - AM_ENABLE_SHARED - AM_PROG_LIBTOOL --AC_C___ATTRIBUTE__ - - if test "x${bindir}" = 'xNONE'; then - if test "x${prefix}" = "xNONE"; then -@@ -238,9 +237,7 @@ - AC_CHECK_HEADER(X11/X.h, - [ - have_x="yes" -- x_dir=${x_dir:-/usr/X11R6} -- x_cflags=${x_cflags:--I${x_includes:-$x_dir/include}} -- x_libs="${x_libs:--L${x_libraries:-$x_dir/lib}} -lX11 -lXext" -+ x_libs="${x_libs} -lX11 -lXext" - ] - ) - |