You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
31cbd7b528
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
8 lines
252 B
Diff
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>
|