Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 13:00:03 GMT
From:      Tijl Coosemans <tijl@coosemans.org>
To:        gnome@FreeBSD.org
Subject:   Re: ports/186295: devel/glib20 fails to build
Message-ID:  <201402011300.s11D03Pe040579@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/186295; it has been noted by GNATS.

From: Tijl Coosemans <tijl@coosemans.org>
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--



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