summaryrefslogtreecommitdiff
path: root/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
commit22ccc96c1bc35cad77d342d9560231c6c1202f8b (patch)
tree5329d5ec1bc27cb0042110208698ba277cbbf9f7 /mk
parent7aece302eaa81e5787458c7728f919f88299e4b3 (diff)
downloadpkgsrc-22ccc96c1bc35cad77d342d9560231c6c1202f8b.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')
-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