diff options
author | garga <garga@FreeBSD.org> | 2006-05-10 21:11:51 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-05-10 21:11:51 +0800 |
commit | 8ade70bcd0b3cc1dae01c6017f616889a5853498 (patch) | |
tree | f50a9d7d22efa1126692cb4d04ffbf5367ef52a6 /mail/sylpheed-claws-synce/files/patch-configure.ac | |
parent | 076ff92abb92b05fa851ca8deebf89908e4ab723 (diff) | |
download | freebsd-ports-graphics-8ade70bcd0b3cc1dae01c6017f616889a5853498.tar.gz freebsd-ports-graphics-8ade70bcd0b3cc1dae01c6017f616889a5853498.tar.zst freebsd-ports-graphics-8ade70bcd0b3cc1dae01c6017f616889a5853498.zip |
This plugin assists in keeping the addressbook of a Windows CE device
(Pocket PC/ iPAQ, Smartphone etc) in sync with Claws' addressbook,
with respect to email addresses.
PR: ports/95446
Submitted by: Pawel Pekala <c0rn@o2.pl>
Diffstat (limited to 'mail/sylpheed-claws-synce/files/patch-configure.ac')
-rw-r--r-- | mail/sylpheed-claws-synce/files/patch-configure.ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/sylpheed-claws-synce/files/patch-configure.ac b/mail/sylpheed-claws-synce/files/patch-configure.ac new file mode 100644 index 00000000000..3806f6a8cd6 --- /dev/null +++ b/mail/sylpheed-claws-synce/files/patch-configure.ac @@ -0,0 +1,15 @@ +--- configure.ac.orig Wed Apr 5 20:46:08 2006 ++++ configure.ac Wed Apr 5 20:47:02 2006 +@@ -42,7 +42,11 @@ + + dnl check for sylpheed-claws + PKG_CHECK_MODULES(SYLPHEED_CLAWS, sylpheed-claws >= 1.9.100.93) +-SYLPHEED_CLAWS_PLUGINDIR=$($PKG_CONFIG --variable=plugindir sylpheed-claws) ++if test -z $prefix ; then ++ SYLPHEED_CLAWS_PLUGINDIR=$($PKG_CONFIG --variable=plugindir sylpheed-claws) ++else ++ SYLPHEED_CLAWS_PLUGINDIR=$prefix/lib/sylpheed-claws/plugins ++fi + AC_SUBST(SYLPHEED_CLAWS_CFLAGS) + AC_SUBST(SYLPHEED_CLAWS_LIBS) + AC_SUBST(SYLPHEED_CLAWS_PLUGINDIR) |