diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-08-09 23:08:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-09 23:08:49 +0000 |
commit | 45b8741f7b138d039e0b1107ba1f1d41f61b5f26 (patch) | |
tree | b69378d247af749ee22668c35ae64a26f49fbaf1 /packages/efl/files/ecore-configure.patch | |
parent | cc66d34e4a411ce7e105df2ecb3d95265157f267 (diff) |
Third (and hopefully last) EFL revamp before I hand over maintainership to
Justin Patrin. We now have a efl.bbclass that contains common code for the
various libraries. This makes it possible to have very clean and concise bb's.
Diffstat (limited to 'packages/efl/files/ecore-configure.patch')
-rw-r--r-- | packages/efl/files/ecore-configure.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/efl/files/ecore-configure.patch b/packages/efl/files/ecore-configure.patch new file mode 100644 index 0000000000..abaa4e10a4 --- /dev/null +++ b/packages/efl/files/ecore-configure.patch @@ -0,0 +1,15 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- ecore-0.9.9.007/configure.in~fix-configure ++++ ecore-0.9.9.007/configure.in +@@ -15,7 +15,6 @@ + AC_CHECK_SIZEOF(int, 4) + AM_ENABLE_SHARED + AM_PROG_LIBTOOL +-AC_C___ATTRIBUTE__ + + if test "x${bindir}" = 'x${exec_prefix}/bin'; then + if test "x${exec_prefix}" = "xNONE"; then |