summaryrefslogtreecommitdiff
path: root/packages/efl/ecore/configure.patch
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2006-11-15 20:41:56 +0000
committerJustin Patrin <papercrane@gmail.com>2006-11-15 20:41:56 +0000
commit06dd6d5b88377488dae176a0b3a18237d0ab9780 (patch)
tree612035068c04ed8fcad8717fcbfff2561f8583b1 /packages/efl/ecore/configure.patch
parent628eb7723969da44a5e7940e0275e20d729bf6fe (diff)
efl, e17: update to latest versions
Diffstat (limited to 'packages/efl/ecore/configure.patch')
-rw-r--r--packages/efl/ecore/configure.patch14
1 files changed, 6 insertions, 8 deletions
diff --git a/packages/efl/ecore/configure.patch b/packages/efl/ecore/configure.patch
index 1e4ec58f56..23d8193b44 100644
--- a/packages/efl/ecore/configure.patch
+++ b/packages/efl/ecore/configure.patch
@@ -1,23 +1,21 @@
-diff -Nur ecore-0.9.9.032~/configure.in ecore-0.9.9.032/configure.in
---- ecore-0.9.9.032~/configure.in 2006-08-03 12:12:43.000000000 -0700
-+++ ecore-0.9.9.032/configure.in 2006-08-03 12:13:30.000000000 -0700
+--- ecore-0.9.9.036/configure.in.bak 2006-11-13 14:01:10.000000000 -0800
++++ ecore-0.9.9.036/configure.in 2006-11-13 14:02:15.000000000 -0800
@@ -16,7 +16,6 @@
AC_CHECK_SIZEOF(long, 4)
AM_ENABLE_SHARED
AM_PROG_LIBTOOL
-AC_C___ATTRIBUTE__
- dnl Set PACKAGE_DATA_DIR in config.h.
- if test "x${prefix}" = "xNONE"; then
-@@ -205,10 +204,8 @@
+ if test "x${bindir}" = 'xNONE'; then
+ if test "x${prefix}" = "xNONE"; then
+@@ -200,9 +199,7 @@
AM_CONDITIONAL(BUILD_ECORE_X, true)
AC_DEFINE(BUILD_ECORE_X, 1, [Build Ecore_X Module])
have_ecore_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_ldflags=" "$ecore_x_libs;
+ x_libs="-lX11 -lXext"
- ecore_x_libs="-lecore_x";
+ ecore_x_libs="-lecore_x $x_libs";
],[
AM_CONDITIONAL(BUILD_ECORE_X, false)