Files
macports-ports/python/py-notify-python/files/patch-src-pynotifymodule-c.diff
Eric Le Lay 31cbd7b528 fix https://trac.macports.org/ticket/37099 and https://trac.macports.org/ticket/37098
https://trac.macports.org/ticket/37098 : enhancement: py26-notify-python, py27-notify-python: unify
https://trac.macports.org/ticket/37099 : defect: py26-notify-python installs to the wrong directory

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@100207 d073be05-634f-4543-b044-5fe20cf6d1d6
2012-12-03 20:01:55 +00:00

8 lines
252 B
Diff

--- src/pynotifymodule.c.old 2010-09-15 21:20:23.000000000 +0200
+++ src/pynotifymodule.c 2010-09-15 21:20:48.000000000 +0200
@@ -1,3 +1,4 @@
+#define NO_IMPORT_PYGOBJECT
#include <pygobject.h>
#include <pygtk/pygtk.h>
#include <libnotify/notify.h>