diff options
-rw-r--r-- | devel/glib20/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 0984f013d16d..f28d72d8f69a 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -67,7 +67,8 @@ CONFIGURE_TARGET=${GLIB_ARCH}-portbld-freebsd${OSREL} LIB_DEPENDS+= icui18n:${PORTSDIR}/devel/icu EXTRA_PATCHES+= ${FILESDIR}/extra-patch-glib_Makefile.in \ ${FILESDIR}/extra-patch-glib_gunicollate.c -CONFIGURE_ENV+= CFLAGS="-D__STDC_ISO_10646__" +# Disable it until someone can figure why it causes net-im/pidgin crashed. +#CONFIGURE_ENV+= CFLAGS="-D__STDC_ISO_10646__" .endif post-patch: |