diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-20 20:02:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-20 20:02:23 +0000 |
commit | 8f3802b3d9590b80da47040fe864f28cf2dd09d8 (patch) | |
tree | f8c218528114ab51cbcbc9ce0775c7577867f2c9 /mk/platform/FreeBSD.mk | |
parent | ad213ffa15bfc4ce58b0ad50f2ba0f51de3c57c3 (diff) | |
download | pkgsrc-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/FreeBSD.mk')
-rw-r--r-- | mk/platform/FreeBSD.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/platform/FreeBSD.mk b/mk/platform/FreeBSD.mk index 779b842e2b6..ff7350c9905 100644 --- a/mk/platform/FreeBSD.mk +++ b/mk/platform/FreeBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: FreeBSD.mk,v 1.18 2006/04/12 21:01:15 joerg Exp $ +# $NetBSD: FreeBSD.mk,v 1.19 2006/07/20 20:02:23 jlam Exp $ # # Variable definitions for the FreeBSD operating system. @@ -59,7 +59,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 # 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. |