summaryrefslogtreecommitdiff
path: root/comms/gammu/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'comms/gammu/patches/patch-ak')
-rw-r--r--comms/gammu/patches/patch-ak12
1 files changed, 12 insertions, 0 deletions
diff --git a/comms/gammu/patches/patch-ak b/comms/gammu/patches/patch-ak
new file mode 100644
index 00000000000..750c1bfbb5b
--- /dev/null
+++ b/comms/gammu/patches/patch-ak
@@ -0,0 +1,12 @@
+$NetBSD: patch-ak,v 1.1 2009/05/26 21:31:21 wiz Exp $
+
+--- python/setup.py.orig 2009-05-25 21:28:01.000000000 +0200
++++ python/setup.py
+@@ -282,6 +282,7 @@ gammumodule = Extension('gammu._gammu',
+ 'gammu/src/convertors/call.c',
+ 'gammu/src/convertors/wap.c',
+ 'gammu/src/gammu.c',
++ 'gammu/src/smsd.c',
+ ])
+
+ setup (name = 'python-gammu',