Commits

Ryan Schmidt authored 1203ba5b0ac
pidgin-encryption: fix build with glib 2.32 (https://trac.macports.org/ticket/35883)

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@97179 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

net/pidgin-encryption/files/patch-glib-2.32.diff

Added
1 +--- rsa_nss.c.orig 2010-04-25 20:53:46.000000000 -0500
2 ++++ rsa_nss.c 2012-08-29 05:19:16.000000000 -0500
3 +@@ -24,7 +24,7 @@
4 + #include <debug.h>
5 + #include <gtkdialogs.h>
6 +
7 +-#include "glib/gmain.h"
8 ++#include <glib.h>
9 +
10 + #include <string.h>
11 + #include <assert.h>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut