Description: fix 679919 FTBFS on kfreebsd-*
 upstream provides an implementation of semtimedop which they use on FreeBSD
 and MacOS. It is eroneously used also under GNU/kFreeBSD and GNU/Hurd.
 This patch disables it altogether for the python modules. 
Author: Thibaut Paumard <paumard@users.sourceforge.net>
Origin: vendor
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679919
Forwarded: no
Last-Update: 2012-07-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/setup.py
+++ b/setup.py
@@ -32,10 +32,8 @@
    ('SVIPC_NOSEGFUNC',               None),
    ]
 
 platform=uname()[0]
-if platform != 'Linux':
-   define_macros.append(('SVIPC_HACKS', None))
 
 extra_compile_args=[
    #'-g3',
    #'-ggdb3'
