diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-01 20:45:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-01 20:45:39 +0000 |
commit | 61eeb8e513cf1feabe261118370ff2e5af8ade76 (patch) | |
tree | 078a0e3dd9d02f9f35d054043a4bd5b72d050e19 /devel/glib20/Makefile | |
parent | f39c273726093ce27913474d6998f948630b3153 (diff) | |
download | ports-61eeb8e513cf1feabe261118370ff2e5af8ade76.tar.gz ports-61eeb8e513cf1feabe261118370ff2e5af8ade76.zip |
Notes
Diffstat (limited to 'devel/glib20/Makefile')
-rw-r--r-- | devel/glib20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index edc2a8592794..3c21afb7e291 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -54,7 +54,7 @@ COLLATION_FIX_DESC= Use ICU for UTF-8 string collation (if libc is broken) OPTIONS_EXCLUDE_FreeBSD_11= COLLATION_FIX OPTIONS_EXCLUDE_FreeBSD_12= COLLATION_FIX -DEBUG_CONFIGURE_ARGS+= --enable-debug=yes +DEBUG_CONFIGURE_ON= --enable-debug=yes COLLATION_FIX_LIB_DEPENDS+= libicui18n.so:devel/icu COLLATION_FIX_EXTRA_PATCHES+= ${FILESDIR}/extra-patch-glib_Makefile.in \ |