aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2006-09-19 02:25:49 +0800
committerjylefort <jylefort@FreeBSD.org>2006-09-19 02:25:49 +0800
commit5bc9a191e5554b41b7bb0753e043941f5cfb2f3b (patch)
treee98ab0e59b5674e32111635ea2adebd04156e126 /devel
parent5e2cd648d1ba3b56451ce520ee916e3c7b597a37 (diff)
downloadfreebsd-ports-gnome-5bc9a191e5554b41b7bb0753e043941f5cfb2f3b.tar.gz
freebsd-ports-gnome-5bc9a191e5554b41b7bb0753e043941f5cfb2f3b.tar.zst
freebsd-ports-gnome-5bc9a191e5554b41b7bb0753e043941f5cfb2f3b.zip
Avoid an icu crash in gimp by disabling optimizations.
Diffstat (limited to 'devel')
-rw-r--r--devel/glib20/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index 78d103c31f24..5e8e6925d304 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -54,6 +54,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gthread_gthread-posix.c
LIB_DEPENDS+= icui18n:${PORTSDIR}/devel/icu
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-glib_Makefile.in \
${FILESDIR}/extra-patch-glib_gunicollate.c
+CFLAGS+= -O0 # avoid an icu crash in the gimp
.endif
post-patch: