summaryrefslogtreecommitdiff
path: root/mk/platform/Darwin.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-20 20:02:23 +0000
committerjlam <jlam@pkgsrc.org>2006-07-20 20:02:23 +0000
commit8f3802b3d9590b80da47040fe864f28cf2dd09d8 (patch)
treef8c218528114ab51cbcbc9ce0775c7577867f2c9 /mk/platform/Darwin.mk
parentad213ffa15bfc4ce58b0ad50f2ba0f51de3c57c3 (diff)
downloadpkgsrc-8f3802b3d9590b80da47040fe864f28cf2dd09d8.tar.gz
Remove USE_GNU_GETTEXT from pkgsrc. Packages generally only needed
it for plurals support, but that is already handled correctly (FSVO "correctly") by the pkgsrc/mk/tools/msgfmt.sh script. Also remove _USE_GNU_GETTEXT definitions from pkgsrc/mk/platform/*.mk files as that value has been unused by pkgsrc for quite some time (going back several branches).
Diffstat (limited to 'mk/platform/Darwin.mk')
-rw-r--r--mk/platform/Darwin.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/platform/Darwin.mk b/mk/platform/Darwin.mk
index efc456d13a2..4fea746d23e 100644
--- a/mk/platform/Darwin.mk
+++ b/mk/platform/Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.19 2006/04/12 21:01:15 joerg Exp $
+# $NetBSD: Darwin.mk,v 1.20 2006/07/20 20:02:23 jlam Exp $
#
# Variable definitions for the Darwin operating system.
@@ -72,7 +72,6 @@ _OPSYS_COMPILER_RPATH_FLAG= -L # compiler flag to pass rpaths to linker
_OPSYS_SHLIB_TYPE= dylib # shared lib type
_PATCH_CAN_BACKUP= yes # native patch(1) can make backups
_PATCH_BACKUP_ARG?= -V simple -b -z # switch to patch(1) for backup suffix
-_USE_GNU_GETTEXT= no # Don't use GNU gettext
_USE_RPATH= no # don't add rpath to LDFLAGS
# flags passed to the linker to extract all symbols from static archives.