summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2009-09-24 06:31:27 +0000
committertron <tron>2009-09-24 06:31:27 +0000
commitc1dcb5df049727ccfe24c4030ad96166cf19645d (patch)
tree5329d5ec1bc27cb0042110208698ba277cbbf9f7
parenta1edaf432477f6a019e8424f246afb0f0d978f00 (diff)
downloadpkgsrc-c1dcb5df049727ccfe24c4030ad96166cf19645d.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.
-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