Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2013 04:57:05 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1286 - trunk/Mk
Message-ID:  <201307180457.r6I4v5IV032565@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Jul 18 04:57:05 2013
New Revision: 1286

Log:
move intl-api and icu into one place

Modified:
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk	Thu Jul 18 04:55:45 2013	(r1285)
+++ trunk/Mk/bsd.gecko.mk	Thu Jul 18 04:57:05 2013	(r1286)
@@ -598,7 +598,7 @@
 .endif
 
 icu_LIB_DEPENDS=		icui18n:${PORTSDIR}/devel/icu
-icu_MOZ_OPTIONS=		--with-system-icu
+icu_MOZ_OPTIONS=		--enable-intl-api --with-system-icu
 
 # XXX: depends on pkgng package flavor support
 #jpeg_LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/libjpeg-turbo
@@ -652,7 +652,6 @@
 MOZ_OPTIONS+=	--disable-tests 	\
 		--enable-chrome-format=${MOZ_CHROME} \
 		--enable-default-toolkit=${MOZ_TOOLKIT} \
-		--enable-intl-api \
 		--with-pthreads
 # Configure options for install
 .if !defined(MOZ_EXTENSIONS)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307180457.r6I4v5IV032565>