diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-07 00:11:06 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-07 00:11:06 +0000 |
commit | ba5eda3031710244bafae3154c4db3196361c752 (patch) | |
tree | f4889bedbd6055a88a0c2876b542456dffa526db | |
parent | Correct the path to the icon themes. This should restore people's icons. (diff) |
Fix patching.
Reported by: bento
Notes
Notes:
svn path=/head/; revision=82411
-rw-r--r-- | palm/gnomepilot-conduits/files/patch-configure | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/palm/gnomepilot-conduits/files/patch-configure b/palm/gnomepilot-conduits/files/patch-configure index c6ace9918e19..83841aabd318 100644 --- a/palm/gnomepilot-conduits/files/patch-configure +++ b/palm/gnomepilot-conduits/files/patch-configure @@ -35,21 +35,3 @@ 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//'` |