diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-03-13 12:14:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-03-13 12:14:29 +0800 |
commit | e4b38c7fb9af809eb8915cad5b9f71ffb5def72e (patch) | |
tree | c546546593f114b72e3ba08fb9a9eb2ed9791226 /palm/gnome-pilot/files | |
parent | a6a37b83261acd71b9e838295c17529db0f81567 (diff) | |
download | marcuscom-ports-e4b38c7fb9af809eb8915cad5b9f71ffb5def72e.tar marcuscom-ports-e4b38c7fb9af809eb8915cad5b9f71ffb5def72e.tar.gz marcuscom-ports-e4b38c7fb9af809eb8915cad5b9f71ffb5def72e.tar.bz2 marcuscom-ports-e4b38c7fb9af809eb8915cad5b9f71ffb5def72e.tar.lz marcuscom-ports-e4b38c7fb9af809eb8915cad5b9f71ffb5def72e.tar.xz marcuscom-ports-e4b38c7fb9af809eb8915cad5b9f71ffb5def72e.tar.zst marcuscom-ports-e4b38c7fb9af809eb8915cad5b9f71ffb5def72e.zip |
Add gnomepilot2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@549 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'palm/gnome-pilot/files')
-rw-r--r-- | palm/gnome-pilot/files/patch-aa | 10 | ||||
-rw-r--r-- | palm/gnome-pilot/files/patch-libgpilotdCM::gnome-pilot-conduit-management.c | 11 |
2 files changed, 21 insertions, 0 deletions
diff --git a/palm/gnome-pilot/files/patch-aa b/palm/gnome-pilot/files/patch-aa new file mode 100644 index 000000000..943a37e42 --- /dev/null +++ b/palm/gnome-pilot/files/patch-aa @@ -0,0 +1,10 @@ +--- configure.orig Thu Oct 24 10:43:46 2002 ++++ configure Thu Oct 24 22:06:58 2002 +@@ -6474,6 +6470,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/palm/gnome-pilot/files/patch-libgpilotdCM::gnome-pilot-conduit-management.c b/palm/gnome-pilot/files/patch-libgpilotdCM::gnome-pilot-conduit-management.c new file mode 100644 index 000000000..82bf09dd7 --- /dev/null +++ b/palm/gnome-pilot/files/patch-libgpilotdCM::gnome-pilot-conduit-management.c @@ -0,0 +1,11 @@ +--- libgpilotdCM/gnome-pilot-conduit-management.c.orig Thu Feb 6 03:35:48 2003 ++++ libgpilotdCM/gnome-pilot-conduit-management.c Wed Mar 12 23:12:10 2003 +@@ -235,7 +235,7 @@ + GList *iterator; + + /* Do read of all .conduit files here */ +- conduit_files = self_get_conduit_file_names ("share/gnome-pilot/conduits", ".conduit"); ++ conduit_files = self_get_conduit_file_names ("share/gnome/gnome-pilot/conduits", ".conduit"); + + LOCK_MY_HASHES; + conduitname_to_datastruct = g_hash_table_new (g_str_hash,g_str_equal); |