diff options
author | Dave Evans <devans@macports.org> | 2008-10-30 16:10:52 -0500 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2008-10-30 16:10:52 -0500 |
commit | aaab5912899544fa609d1255adf6bd2a14417116 (patch) | |
tree | 0f106fe0ecf643e451f59b6398d19c8437f5ac93 /ChangeLog | |
parent | 10c2200630328affffca1ce2908925fcb560c40f (diff) |
Undefine 'nil' on OSX before including sigc++ header to fix compile
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-10-30 Dave Evans <devans@macports.org> + + * cairomm/fontface.h: + * cairomm/surface.h: fix compile in mac osx by undefining the 'nil' symbol + before including any sigc++ headers. In the future this should become + necessary if sigc++ headers do this directly, but for now work around it in + cairomm + 2008-10-29 Jonathon Jongsma <jonathon@quotidian.org> * Makefile.am: distribute autogen.sh with the tarballs |