[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-gtypist] gtypist fails to link on systems that ship libiconv in a s
From: |
Clemens Lang |
Subject: |
[bug-gtypist] gtypist fails to link on systems that ship libiconv in a separate library |
Date: |
Thu, 28 Nov 2013 20:54:23 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Hi,
on systems that ship libiconv functionality in a library separate from
the standard libc, gtypist fails to compile. The configure macro
correctly determines an extra argument is required when linking:
checking how to link with libiconv... -liconv
but the build still fails, because AM_ICONV_LINK (called by
AM_GNU_GETTEXT) defines the LIBICONV substitution, which isn't used in
src/Makefile.am. I'm attaching a patch.
Please cc my on any comments, since I am not subscribed to the list.
--
Clemens Lang
MacPorts Developer
patch-src__Makefile.am-use-correct-iconv-flags.diff
Description: Text Data
- [bug-gtypist] gtypist fails to link on systems that ship libiconv in a separate library,
Clemens Lang <=