Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 2014 02:25:53 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367142 - head/textproc/simplexml/files
Message-ID:  <201409030225.s832PrG7017975@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Wed Sep  3 02:25:53 2014
New Revision: 367142
URL: http://svnweb.freebsd.org/changeset/ports/367142
QAT: https://qat.redports.org/buildarchive/r367142/

Log:
  Fix build on 10+.

Added:
  head/textproc/simplexml/files/patch-cmake__FindIconv.cmake   (contents, props changed)

Added: head/textproc/simplexml/files/patch-cmake__FindIconv.cmake
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/simplexml/files/patch-cmake__FindIconv.cmake	Wed Sep  3 02:25:53 2014	(r367142)
@@ -0,0 +1,11 @@
+--- cmake/FindIconv.cmake.orig	2014-09-03 02:19:35 UTC
++++ cmake/FindIconv.cmake
+@@ -40,7 +40,7 @@
+ 	DOC   "Path to the ${ICONV_H} file"
+ )
+ 
+-find_library(Iconv_LIBRARY NAMES iconv
++find_library(Iconv_LIBRARY NAMES iconv c
+ 	PATHS  /usr/local/lib
+ 	       /usr/lib
+ 	       NO_DEFAULT_PATH



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