pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/platform The 64-Bit version of "libiconv" is not co...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/290651575b82
branches:  trunk
changeset: 399652:290651575b82
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Sep 24 06:31:27 2009 +0000

description:
The 64-Bit version of "libiconv" is not compatible with the GNU version
and therefore rejected by e.g. the "glib2" package. Use the "libiconv"
package to fix this.

Approved by Alistair Crooks.

diffstat:

 mk/platform/Darwin.mk |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 9bd07c54dd85 -r 290651575b82 mk/platform/Darwin.mk
--- a/mk/platform/Darwin.mk     Thu Sep 24 03:04:04 2009 +0000
+++ b/mk/platform/Darwin.mk     Thu Sep 24 06:31:27 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.41 2009/09/12 21:41:26 tron Exp $
+# $NetBSD: Darwin.mk,v 1.42 2009/09/24 06:31:27 tron Exp $
 #
 # Variable definitions for the Darwin operating system.
 
@@ -103,6 +103,10 @@
 
 _OPSYS_CAN_CHECK_SHLIBS=       no # can't use readelf in check/bsd.check-vars.mk
 
+# The x86_64 "iconv" library is incomplete, please look here for details:
+# http://www.mail-archive.com/gtk-list%gnome.org@localhost/msg28747.html
+_INCOMPAT_ICONV=       Darwin-*-x86_64
+
 _STRIPFLAG_CC?=                ${_INSTALL_UNSTRIPPED:D:U-Wl,-x} # cc(1) option to strip
 _STRIPFLAG_INSTALL?=   ${_INSTALL_UNSTRIPPED:D:U-s}    # install(1) option to strip
 



Home | Main Index | Thread Index | Old Index