GNOME Bugzilla – Bug 689183
[shm] Modifications to get shm to compile on OSX
Last modified: 2012-11-28 17:15:53 UTC
Created attachment 230038 [details] [review] Patch to allow for compiling of shm on OSX As stated in the summary, here is a patch to get shm to compile on OSX. This patch was created from tag 1.0.3, but should work on newer git revisions.
commit 3be147046d1a465e21da5947ab03c26a6a8cf09b Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Wed Nov 28 13:10:47 2012 +0100 shm: Fix configure check and clean up Makefile commit 1c973536b962e9d695d29d6a6a42c33aeec00db2 Author: Emmanuel Durand <emmanueldurand@gmail.com> Date: Tue Nov 27 15:34:19 2012 -0500 shm: Fix compilation of shm on OSX https://bugzilla.gnome.org/show_bug.cgi?id=689183
It would probably be better to test for specific features than for the platform.. As I wouldn't be surprised if other non Linux platforms also needed some of these.