diff options
| author | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2007-05-09 16:46:20 +0000 |
|---|---|---|
| committer | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2007-05-09 16:46:20 +0000 |
| commit | 02997dae6349be1287938b240dab526510d339a1 (patch) | |
| tree | 46145bcd56f87ddd5864bd5ce84c3a3aa951cc83 /gobject | |
| parent | fd6de71d7207c1c5a4acbd4e70270e00e85634f1 (diff) | |
Bug 339924 – gnome-python doesn't compile on opensolaris
svn path=/trunk/; revision=672
Diffstat (limited to 'gobject')
| -rw-r--r-- | gobject/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/Makefile.am b/gobject/Makefile.am index 32b4305..dcc6b25 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = 1.7 PLATFORM_VERSION = 2.0 -INCLUDES = $(PYTHON_INCLUDES) $(GLIB_CFLAGS) -DPY_SSIZE_T_CLEAN +INCLUDES = $(PYTHON_INCLUDES) $(GLIB_CFLAGS) -DPY_SSIZE_T_CLEAN -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ pkgincludedir = $(includedir)/pygtk-$(PLATFORM_VERSION) pkginclude_HEADERS = pygobject.h |
