svn commit: r384139 - head/graphics/sswf/files

Tijl Coosemans tijl at FreeBSD.org
Fri Apr 17 07:44:52 UTC 2015


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


More information about the svn-ports-head mailing list