summaryrefslogtreecommitdiff
path: root/mail/sylpheed-claws-mailmbox/files/patch-configure.ac
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-05-10 15:51:47 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-05-10 15:51:47 +0000
commitece2d5cc48afc1efe70941aefcd758216b005884 (patch)
tree900d56e2dd9f4d2abb1708438d025388dcb267ac /mail/sylpheed-claws-mailmbox/files/patch-configure.ac
parent- update to version 0.22 (diff)
- update to version 0.12
- remove obsolete patch PR: ports/97035 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=161939
Diffstat (limited to '')
-rw-r--r--mail/sylpheed-claws-mailmbox/files/patch-configure.ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/sylpheed-claws-mailmbox/files/patch-configure.ac b/mail/sylpheed-claws-mailmbox/files/patch-configure.ac
deleted file mode 100644
index 26a4ea428414..000000000000
--- a/mail/sylpheed-claws-mailmbox/files/patch-configure.ac
+++ /dev/null
@@ -1,15 +0,0 @@
---- configure.ac.orig Wed Apr 5 20:29:56 2006
-+++ configure.ac Wed Apr 5 20:30:49 2006
-@@ -27,7 +27,11 @@
- # Check for sylpheed-claws
- #
- PKG_CHECK_MODULES(SYLPHEED_CLAWS, sylpheed-claws >= 1.9.100.160)
--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)