[Midnightbsd-cvs] mports [16398] trunk/devel/glib20/Makefile: cannot use system iconv because of wchar_t support

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Jun 30 20:47:56 EDT 2014


Revision: 16398
          http://svnweb.midnightbsd.org/mports/?rev=16398
Author:   laffer1
Date:     2014-06-30 20:47:55 -0400 (Mon, 30 Jun 2014)
Log Message:
-----------
cannot use system iconv because of wchar_t support

Modified Paths:
--------------
    trunk/devel/glib20/Makefile

Modified: trunk/devel/glib20/Makefile
===================================================================
--- trunk/devel/glib20/Makefile	2014-07-01 00:09:13 UTC (rev 16397)
+++ trunk/devel/glib20/Makefile	2014-07-01 00:47:55 UTC (rev 16398)
@@ -2,7 +2,7 @@
 
 PORTNAME=	glib
 PORTVERSION=	2.36.4
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -19,11 +19,12 @@
 LIB_DEPENDS+=	pcre:${PORTSDIR}/devel/pcre \
 		ffi:${PORTSDIR}/devel/libffi
 
-USES+=		gettext gmake iconv pathfix pkgconfig shebangfix
+USES+=		gettext gmake iconv:wchar_t pathfix pkgconfig shebangfix
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 USE_GNOME=	ltverhack
 USE_PYTHON=	yes
+PYTHON_PY3K_PLIST_HACK=	yes
 USE_PERL5=	yes
 CONFIGURE_ARGS=	--enable-static \
 		--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \



More information about the Midnightbsd-cvs mailing list