diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gpephone/sms-1.0/somefixes.patch | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/packages/gpephone/sms-1.0/somefixes.patch b/packages/gpephone/sms-1.0/somefixes.patch index 5ef2855cea..41be6c4ae6 100644 --- a/packages/gpephone/sms-1.0/somefixes.patch +++ b/packages/gpephone/sms-1.0/somefixes.patch @@ -27,16 +27,6 @@ Index: configure.ac =================================================================== --- configure.ac (Revision 487) +++ configure.ac (Arbeitskopie) -@@ -2,7 +2,8 @@ - # Process this file with autoconf to produce a configure script. - - AC_PREREQ(2.59) --AC_INIT(sms, 0.1, gpe@handhelds.org) -+ -+AC_INIT(sms, 1.0, gpephone-devel@linuxtogo.org) - AC_CONFIG_SRCDIR([src/shared.h]) - AM_INIT_AUTOMAKE(foreign dist-bzip2) - AC_CONFIG_HEADER([config.h]) @@ -48,7 +49,7 @@ [ --with-gpe-dir=PATH specify location of gpephone directory ]) @@ -65,52 +55,3 @@ Index: Makefile.am $(pixmaps_DATA) \
intltool-extract.in \
intltool-merge.in \
-Index: autogen.sh -=================================================================== ---- autogen.sh (Revision 487) -+++ autogen.sh (Arbeitskopie) -@@ -1,40 +1,4 @@ --# gettext --PKG_NAME="libpimenabler" --GETTEXTIZE="glib-gettextize" -+intltoolize --copy --automake --force - --$GETTEXTIZE --version < /dev/null > /dev/null 2>&1 --if test $? -ne 0; then -- echo -- echo "**Error**: You must have \`$GETTEXTIZE' installed" \ -- "to compile $PKG_NAME." -- DIE=1 --fi -+autoreconf -f -i -s - --intltoolize --version < /dev/null > /dev/null 2>&1 || { -- echo -- echo "**Error**: You must have \`intltoolize' installed" \ -- "to compile $PKG_NAME." -- DIE=1 --} -- --if test "$GETTEXTIZE"; then -- echo "Creating $dr/aclocal.m4 ..." -- test -r aclocal.m4 || touch aclocal.m4 -- echo "Running $GETTEXTIZE... Ignore non-fatal messages." -- echo "no" | $GETTEXTIZE --copy -- echo "Making aclocal.m4 writable ..." -- test -r aclocal.m4 && chmod u+w aclocal.m4 --fi --echo "Running intltoolize..." --intltoolize --copy --automake -- --libtoolize --copy --force -- --autoheader --aclocal $ACLOCAL_FLAGS -- --automake -a $am_opt --autoconf -- --#echo "Fixing libtool..." --#patch -p0 < libtool-cross.patch -Index: po/sms.pot -=================================================================== |