summaryrefslogtreecommitdiff
path: root/mk/platform/BSDOS.mk
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-20 20:02:23 +0000
committerjlam <jlam>2006-07-20 20:02:23 +0000
commit78eda08d9ba37e216072d1c9967b1f0bb1d10a0e (patch)
treef8c218528114ab51cbcbc9ce0775c7577867f2c9 /mk/platform/BSDOS.mk
parentd6ba38fa6e98b24672877e7b39ae55558bbc67bd (diff)
downloadpkgsrc-78eda08d9ba37e216072d1c9967b1f0bb1d10a0e.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/BSDOS.mk')
-rw-r--r--mk/platform/BSDOS.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/platform/BSDOS.mk b/mk/platform/BSDOS.mk
index 0ebdf6f7869..fbead83bbb4 100644
--- a/mk/platform/BSDOS.mk
+++ b/mk/platform/BSDOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: BSDOS.mk,v 1.19 2006/04/12 21:01:15 joerg Exp $
+# $NetBSD: BSDOS.mk,v 1.20 2006/07/20 20:02:23 jlam Exp $
#
# Variable definitions for the BSD/OS operating system.
@@ -64,7 +64,6 @@ _OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads
_OPSYS_SHLIB_TYPE= ELF/a.out # 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= yes # add rpath to LDFLAGS
# flags passed to the linker to extract all symbols from static archives.