summaryrefslogtreecommitdiff
path: root/mk/platform/Darwin.mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2009-09-24 06:31:27 +0000
committertron <tron@pkgsrc.org>2009-09-24 06:31:27 +0000
commit0a1e86be542414fae446d1aee36ed46df19d4b5c (patch)
tree5329d5ec1bc27cb0042110208698ba277cbbf9f7 /mk/platform/Darwin.mk
parent3c6c2d40ae9e3b1963afa1e8953e2ec4ef1670aa (diff)
downloadpkgsrc-0a1e86be542414fae446d1aee36ed46df19d4b5c.tar.gz
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 (limited to 'mk/platform/Darwin.mk')
-rw-r--r--mk/platform/Darwin.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/platform/Darwin.mk b/mk/platform/Darwin.mk
index 8662d63f5f2..4afcae68da7 100644
--- a/mk/platform/Darwin.mk
+++ b/mk/platform/Darwin.mk
@@ -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_NO_WHOLE_ARCHIVE_FLAG= -Wl,--no-whole-archive
_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/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