diff options
author | romain <romain@FreeBSD.org> | 2011-06-16 01:59:11 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2011-06-16 01:59:11 +0800 |
commit | 4d67f4c5789501f2b297c715aff69fbd599ef28a (patch) | |
tree | 3481925854e899d586cd3828b08a93e4e42c1502 /mail | |
parent | f48a338bdc164928c7b04fdb227fc7882ba3fe3f (diff) | |
download | freebsd-ports-gnome-4d67f4c5789501f2b297c715aff69fbd599ef28a.tar.gz freebsd-ports-gnome-4d67f4c5789501f2b297c715aff69fbd599ef28a.tar.zst freebsd-ports-gnome-4d67f4c5789501f2b297c715aff69fbd599ef28a.zip |
Fix mono bindings of libgmime-2.4.so.
The patch lives in the master port, the slave port only is affected and
therefor only this one has PORTREVISION bumped.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gmime24-sharp/Makefile | 2 | ||||
-rw-r--r-- | mail/gmime24/files/patch-mono_gmime-sharp.dll.config.in | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/mail/gmime24-sharp/Makefile b/mail/gmime24-sharp/Makefile index 9a58c9f0d78d..2acebcda02cc 100644 --- a/mail/gmime24-sharp/Makefile +++ b/mail/gmime24-sharp/Makefile @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.17 2006/10/26 18:37:29 tmclau02 Exp $ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -24-sharp diff --git a/mail/gmime24/files/patch-mono_gmime-sharp.dll.config.in b/mail/gmime24/files/patch-mono_gmime-sharp.dll.config.in new file mode 100644 index 000000000000..d7acd6090141 --- /dev/null +++ b/mail/gmime24/files/patch-mono_gmime-sharp.dll.config.in @@ -0,0 +1,10 @@ + +$FreeBSD$ + +--- mono/gmime-sharp.dll.config.in.orig ++++ mono/gmime-sharp.dll.config.in +@@ -1,3 +1,3 @@ + <configuration> +- <dllmap dll="gmime" target="libgmime-@GMIME_API_VERSION@.so.@GMIME_MAJOR_VERSION@"/> ++ <dllmap dll="gmime" target="libgmime-@GMIME_API_VERSION@.so"/> + </configuration> |