diff options
author | jlam <jlam> | 2006-07-20 20:02:23 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-20 20:02:23 +0000 |
commit | 78eda08d9ba37e216072d1c9967b1f0bb1d10a0e (patch) | |
tree | f8c218528114ab51cbcbc9ce0775c7577867f2c9 /mk/platform/Linux.mk | |
parent | d6ba38fa6e98b24672877e7b39ae55558bbc67bd (diff) | |
download | pkgsrc-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/Linux.mk')
-rw-r--r-- | mk/platform/Linux.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/platform/Linux.mk b/mk/platform/Linux.mk index a6bd9099a31..d1ecef373c2 100644 --- a/mk/platform/Linux.mk +++ b/mk/platform/Linux.mk @@ -1,4 +1,4 @@ -# $NetBSD: Linux.mk,v 1.24 2006/04/12 21:01:15 joerg Exp $ +# $NetBSD: Linux.mk,v 1.25 2006/07/20 20:02:23 jlam Exp $ # # Variable definitions for the Linux operating system. @@ -62,7 +62,6 @@ _OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads _OPSYS_SHLIB_TYPE= ELF # shared lib type _PATCH_CAN_BACKUP= yes # native patch(1) can make backups _PATCH_BACKUP_ARG?= -b -V simple -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. |