diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-21 14:34:33 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-21 14:34:33 +0000 |
commit | 841e81ed34ad5d2e5cf731497e320300f59ae08a (patch) | |
tree | ec2e065f49ffc73d59509cc6cf46368c7989c341 /mail/claws-mail-synce/files/patch-configure.ac | |
parent | - update to 1.79.1 (diff) |
- update to 0.6.3
- chase mastersite
- remove obsolete patch (accepted upstream)
PR: ports/99229
Submitted by: maintaner
Notes
Notes:
svn path=/head/; revision=165917
Diffstat (limited to 'mail/claws-mail-synce/files/patch-configure.ac')
-rw-r--r-- | mail/claws-mail-synce/files/patch-configure.ac | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/claws-mail-synce/files/patch-configure.ac b/mail/claws-mail-synce/files/patch-configure.ac deleted file mode 100644 index 3806f6a8cd66..000000000000 --- a/mail/claws-mail-synce/files/patch-configure.ac +++ /dev/null @@ -1,15 +0,0 @@ ---- 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) |