From owner-svn-ports-all@FreeBSD.ORG Fri Apr 17 07:44:52 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D6518A1; Fri, 17 Apr 2015 07:44:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BAC01D7; Fri, 17 Apr 2015 07:44:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3H7ipx2007993; Fri, 17 Apr 2015 07:44:51 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3H7ipTD007992; Fri, 17 Apr 2015 07:44:51 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201504170744.t3H7ipTD007992@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 17 Apr 2015 07:44:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384139 - head/graphics/sswf/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2015 07:44:52 -0000 Author: tijl Date: Fri Apr 17 07:44:51 2015 New Revision: 384139 URL: https://svnweb.freebsd.org/changeset/ports/384139 Log: Fix build after r384096 (hiding of _LIBICONV_VERSION) Reported by: antoine Modified: head/graphics/sswf/files/patch-include_sswf_libsswf.h Modified: head/graphics/sswf/files/patch-include_sswf_libsswf.h ============================================================================== --- head/graphics/sswf/files/patch-include_sswf_libsswf.h Fri Apr 17 07:04:45 2015 (r384138) +++ head/graphics/sswf/files/patch-include_sswf_libsswf.h Fri Apr 17 07:44:51 2015 (r384139) @@ -22,7 +22,7 @@ #endif -#ifdef _LIBICONV_H -+#if defined(_LIBICONV_H) && _LIBICONV_VERSION < 0x010B ++#if defined(_LIBICONV_VERSION) && _LIBICONV_VERSION < 0x010B #define ICONV_INPUT_CAST #else /* older versions of iconv() were broken in regard to the