Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 2015 07:44:51 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384139 - head/graphics/sswf/files
Message-ID:  <201504170744.t3H7ipTD007992@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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