diff options
Diffstat (limited to 'palm/gnome-pilot-conduits/files/patch-configure')
-rw-r--r-- | palm/gnome-pilot-conduits/files/patch-configure | 51 |
1 files changed, 3 insertions, 48 deletions
diff --git a/palm/gnome-pilot-conduits/files/patch-configure b/palm/gnome-pilot-conduits/files/patch-configure index c6ace9918e19..f195f07b43c6 100644 --- a/palm/gnome-pilot-conduits/files/patch-configure +++ b/palm/gnome-pilot-conduits/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Wed May 15 09:53:26 2002 -+++ configure Tue Sep 17 18:46:34 2002 -@@ -5316,6 +5316,7 @@ +--- configure.orig Wed Dec 11 18:31:51 2002 ++++ configure Thu Dec 12 12:07:17 2002 +@@ -7414,6 +7414,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,48 +8,3 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -6497,7 +6498,7 @@ - else - PISOCK_CFLAGS="-I$withval/include" - incdir="$withval/include" -- PISOCK_LIBS="-L$withval/lib -lpisock" -+ PISOCK_LIBS="-L$withval/lib -lpisync -lpisock" - echo $ac_n "checking "for existance of $withval/lib/libpisock.so"""... $ac_c" 1>&6 - echo "configure:6503: checking "for existance of $withval/lib/libpisock.so"" >&5 - if test -r $withval/lib/libpisock.so; then -@@ -6610,7 +6611,7 @@ - piversion_include="$prefix/include/pi-version.h" - if test x$PISOCK_LIBDIR = x; then - incdir="$prefix/include" -- PISOCK_LIBS="-L$prefix/lib -lpisock" -+ PISOCK_LIBS="-L$prefix/lib -lpisync -lpisock" - fi - else - echo "$ac_t""no" 1>&6 -@@ -6661,7 +6662,7 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- PISOCK_LIBS=-lpisock -+ PISOCK_LIBS=-lpisync -lpisock - else - echo "$ac_t""no" 1>&6 - { echo "configure: error: "Unable to find libpisock. Try ftp://ryeham.ee.ryerson.ca/pub/PalmOS/."" 1>&2; exit 1; } -@@ -8031,7 +8032,7 @@ - cat conftest.$ac_ext >&5 - rm -rf conftest* - CATOBJEXT=.mo -- DATADIRNAME=lib -+ DATADIRNAME=share - fi - rm -f conftest* - INSTOBJEXT=.mo -@@ -8201,7 +8202,7 @@ - # USE_INCLUDED_LIBINTL=yes - # CATOBJEXT=.cat - # INSTOBJEXT=.cat --# DATADIRNAME=lib -+# DATADIRNAME=share - # INTLDEPS='$(top_builddir)/intl/libintl.a' - # INTLLIBS=$INTLDEPS - # LIBS=`echo $LIBS | sed -e 's/-lintl//'` |