diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /recipes/gpm/gpm-1.20.1/configure.patch | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/gpm/gpm-1.20.1/configure.patch')
-rw-r--r-- | recipes/gpm/gpm-1.20.1/configure.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/recipes/gpm/gpm-1.20.1/configure.patch b/recipes/gpm/gpm-1.20.1/configure.patch new file mode 100644 index 0000000000..8088fba8cc --- /dev/null +++ b/recipes/gpm/gpm-1.20.1/configure.patch @@ -0,0 +1,35 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- gpm-1.20.1/./configure.in~configure ++++ gpm-1.20.1/./configure.in +@@ -3,8 +3,9 @@ + dnl Process this file with autoconf to produce a configure script. + dnl written jan/1997 - T.E.Dickey <dickey@clark.net> + +-AC_INIT(src/gpm.c) +-AC_PREREQ(2.12) ++AC_INIT ++AC_CONFIG_SRCDIR([src/gpm.c]) ++AC_PREREQ(2.57) + AC_CONFIG_HEADER(src/headers/config.h) + + release=1.20.1 +@@ -82,7 +83,7 @@ + fi + + ITZ_SYS_ELF +-if test ${itz_cv_sys_elf} = yes && test x${ac_cv_prog_gcc} = xyes ; then ++if test ${itz_cv_sys_elf} = yes && test x${ac_cv_c_compiler_gnu} = xyes ; then + SHLIB=libgpm.so + else + SHLIB= +@@ -132,4 +133,5 @@ + + dnl AC_DEFINE_UNQUOTED(SYSCONFDIR,"$sysconfdir") + dnl AC_DEFINE_UNQUOTED(SBINDIR,"$sbindir") +-AC_OUTPUT(Makefile.include Makefile doc/Makefile src/Makefile contrib/Makefile doc/doc.gpm) ++AC_CONFIG_FILES([Makefile.include Makefile doc/Makefile src/Makefile contrib/Makefile doc/doc.gpm]) ++AC_OUTPUT |