freebsd-ports/deskutils/kdepim3/files/patch-libkdenetwork-gpgmepp-context.cpp
Wesley Shields e6246d1055 - Chase security/gpgme update.
Most changes are just PORTREVISION and LIB_DEPENDS fixes. However, the
following ports require a patch to use the new gpgme correctly:
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim4
deskutils/kdepim4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
finance/qhacc
mail/mutt-devel
net-im/ayttm
net-im/centericq
net-im/centerim
net-im/centerim-devel
security/openvas-libnasl

These patches were submitted by various people and documented in ports/135911.

PR:		ports/135911
2009-07-15 16:47:45 +00:00

13 lines
361 B
C++

--- libkdenetwork/gpgmepp/context.cpp.orig 2009-07-01 19:33:09.000000000 -0400
+++ libkdenetwork/gpgmepp/context.cpp 2009-07-01 19:35:46.000000000 -0400
@@ -53,6 +53,10 @@
namespace GpgME {
+ void initializeLibrary() {
+ gpgme_check_version( 0 );
+ }
+
const char * Error::source() const {
return gpgme_strsource( (gpgme_error_t)mErr );
}