aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2010-07-20 21:24:08 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2010-07-20 21:24:08 +0000
commit602466902ac82f965fa9c40a404fd78f025c09ea (patch)
tree50eb42eb696e2af71f6dd67887c5cb4cb62a9943 /devel
parent240831c4586698929388ff87d50b9f5ed1ddf64e (diff)
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/glib20/Makefile3
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: