From owner-freebsd-gnome@FreeBSD.ORG Sat Feb 1 13:00:03 2014 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABD6187B for ; Sat, 1 Feb 2014 13:00:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 993EA1CAA for ; Sat, 1 Feb 2014 13:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s11D03Xr040580 for ; Sat, 1 Feb 2014 13:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s11D03Pe040579; Sat, 1 Feb 2014 13:00:03 GMT (envelope-from gnats) Date: Sat, 1 Feb 2014 13:00:03 GMT Message-Id: <201402011300.s11D03Pe040579@freefall.freebsd.org> To: gnome@FreeBSD.org From: Tijl Coosemans Subject: Re: ports/186295: devel/glib20 fails to build X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Tijl Coosemans List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2014 13:00:03 -0000 The following reply was made to PR ports/186295; it has been noted by GNATS. From: Tijl Coosemans To: bug-followup@FreeBSD.org, oz42@oz42.eu Cc: Subject: Re: ports/186295: devel/glib20 fails to build Date: Sat, 1 Feb 2014 13:57:36 +0100 --MP_/5XEqpRLK7MgBKa2KwCwpDsO Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Here's a patch you can drop in /usr/ports/devel/glib20/files/ --MP_/5XEqpRLK7MgBKa2KwCwpDsO Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=patch-glib_gconvert.c --- glib/gconvert.c.orig 2014-02-01 13:25:43.000000000 +0100 +++ glib/gconvert.c 2014-02-01 13:28:31.000000000 +0100 @@ -62,7 +62,7 @@ #error GNU libiconv in use but included iconv.h not from libiconv #endif #if !defined(USE_LIBICONV_GNU) && defined (_LIBICONV_H) \ - && !defined (__APPLE_CC__) && !defined (__LP_64__) + && !defined (LIBICONV_PLUG) && !defined (__APPLE_CC__) && !defined (__LP_64__) #error GNU libiconv not in use but included iconv.h is from libiconv #endif --MP_/5XEqpRLK7MgBKa2KwCwpDsO--