]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/efl/ecore/configure.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / efl / ecore / configure.patch
1 diff -Nur ecore-0.9.9.015~/configure.in ecore-0.9.9.015/configure.in
2 --- ecore-0.9.9.015~/configure.in       2005-09-26 16:59:23.000000000 -0700
3 +++ ecore-0.9.9.015/configure.in        2005-09-26 17:01:02.000000000 -0700
4 @@ -16,7 +16,6 @@
5  AC_CHECK_SIZEOF(long, 4)
6  AM_ENABLE_SHARED
7  AM_PROG_LIBTOOL
8 -AC_C___ATTRIBUTE__
9  
10  if test "x${bindir}" = 'x${exec_prefix}/bin'; then
11    if test "x${exec_prefix}" = "xNONE"; then
12 @@ -262,9 +261,7 @@
13        AM_CONDITIONAL(BUILD_ECORE_X, true)
14        AC_DEFINE(BUILD_ECORE_X, 1, [Build Ecore_X Module])
15        have_ecore_x="yes"
16 -      x_dir=${x_dir:-/usr/X11R6}
17 -      x_cflags=${x_cflags:--I${x_includes:-$x_dir/include}}
18 -      x_libs="${x_libs:--L${x_libraries:-$x_dir/lib}} -lX11 -lXext"
19        x_ldflags=" "$ecore_x_libs;
20 +      x_libs="-lX11 -lXext"
21        ecore_x_libs="-lecore_x";
22      ],[