diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-03-15 21:58:27 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-03-15 21:58:27 +0800 |
commit | 0f9228034465c3155ffdc3674395511756883305 (patch) | |
tree | 245c36e98047059d6424ace3970eb20ecef7c078 | |
parent | b540a28e8950509b630a9426d32f441b1fadadd1 (diff) | |
download | marcuscom-ports-experimental-0f9228034465c3155ffdc3674395511756883305.tar.gz marcuscom-ports-experimental-0f9228034465c3155ffdc3674395511756883305.tar.zst marcuscom-ports-experimental-0f9228034465c3155ffdc3674395511756883305.zip |
Chase libiconv changes.
git-svn-id: svn://creme-brulee.marcuscom.com/ports-experimental/trunk@19136 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/glib20/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index a1bcd67..2f96657 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -24,7 +24,10 @@ LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre \ GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gettext gmake iconv libtool pathfix perl5 pkgconfig shebangfix +# iconv:wchar_t - our iconv in base doesn't support utf-8 -> wchar_t (boooo) +# (wchar_t is used by glibmm, rawtherapee triggered this) +USES= gettext gmake iconv:wchar_t libtool pathfix perl5 pkgconfig \ + shebangfix USE_PYTHON= yes CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ --disable-man --without-xml-catalog \ @@ -33,6 +36,7 @@ CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ CONFIGURE_ENV= ac_cv_header_sys_inotify_h= CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip SHEBANG_FILES= */*.pl glib/gen-iswide-table.py |