diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-26 21:31:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-26 21:31:21 +0000 |
commit | 0dac296979849cb411dcdff45dc23aac7c70a843 (patch) | |
tree | 856c7c4a79ff19246160a809c74ea77c1c9287e7 /comms/gammu/patches | |
parent | ed4ad3a073d77b84fbe26d0e8d729a6f3fabeec4 (diff) | |
download | pkgsrc-0dac296979849cb411dcdff45dc23aac7c70a843.tar.gz |
- enable shared libraries
- do not build the python bindings, they're python version dependant
and should be built separately
- move common parts from Makefile into Makefile.common for use by
the python binding package Makefile
- add a patch for python/setup.py to add smsd.c to the sources
which was obviously forgotten by the gammu team because they are
building the extension with cmake.
- add a buildlink3.mk for the python bindings package
From Joachim König in private mail.
PKGREVISION++.
While here, make sure that some optional dependencies are not found
and that the bash completion script is not installed.
Diffstat (limited to 'comms/gammu/patches')
-rw-r--r-- | comms/gammu/patches/patch-ak | 12 |
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', |