diff options
author | pawel <pawel@FreeBSD.org> | 2012-07-18 02:25:43 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-07-18 02:25:43 +0800 |
commit | feab7c3aa5ca8f038cbd72600976e16e113f6032 (patch) | |
tree | 43e726b06cce3a67ae749d287a99caf45a70b89e /mail/claws-mail-archiver/Makefile | |
parent | 66c5beaf6d2110a796fc7a6fe3bf69e5fc1a8736 (diff) | |
download | freebsd-ports-gnome-feab7c3aa5ca8f038cbd72600976e16e113f6032.tar.gz freebsd-ports-gnome-feab7c3aa5ca8f038cbd72600976e16e113f6032.tar.zst freebsd-ports-gnome-feab7c3aa5ca8f038cbd72600976e16e113f6032.zip |
Add upstream patches fixing linking problems when affected plugins are
compiled WITHOUT_NLS=yes, this fixes:
/usr/local/lib/claws-mail/plugins/fancy.so: Undefined symbol "D_" problems
Diffstat (limited to 'mail/claws-mail-archiver/Makefile')
-rw-r--r-- | mail/claws-mail-archiver/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/claws-mail-archiver/Makefile b/mail/claws-mail-archiver/Makefile index 2c55ed505d2e..41fe83326fef 100644 --- a/mail/claws-mail-archiver/Makefile +++ b/mail/claws-mail-archiver/Makefile @@ -7,6 +7,7 @@ PORTNAME= archiver PORTVERSION= 0.6.12 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ PKGNAMEPREFIX= claws-mail- |