Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2013 00:12:11 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336968 - head/chinese/ibus-pinyin
Message-ID:  <201312200012.rBK0CB9q077007@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Fri Dec 20 00:12:10 2013
New Revision: 336968
URL: http://svnweb.freebsd.org/changeset/ports/336968

Log:
  Don't use USE_GCC.  The C++ runtime would conflict with
  other libraries when base system uses clang, making the
  package useless.
  
  Discussed with:	maintainer

Modified:
  head/chinese/ibus-pinyin/Makefile

Modified: head/chinese/ibus-pinyin/Makefile
==============================================================================
--- head/chinese/ibus-pinyin/Makefile	Thu Dec 19 22:45:34 2013	(r336967)
+++ head/chinese/ibus-pinyin/Makefile	Fri Dec 20 00:12:10 2013	(r336968)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ibus-pinyin
 PORTVERSION=	1.4.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	chinese
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 DISTFILES=		${DISTNAME}${EXTRACT_SUFX}
@@ -20,7 +20,6 @@ RUN_DEPENDS=	ibus-daemon:${PORTSDIR}/tex
 USE_PYTHON=	yes
 USE_GNOME=	pygtk2
 
-USE_GCC=	yes
 USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-dependency-tracking --disable-lua-extension



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