summaryrefslogtreecommitdiff
path: root/mk/platform/SunOS.mk
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-20 20:02:23 +0000
committerjlam <jlam>2006-07-20 20:02:23 +0000
commitbe6cd06e31b5d0fb06e18f82365a2523738cee26 (patch)
treef8c218528114ab51cbcbc9ce0775c7577867f2c9 /mk/platform/SunOS.mk
parent36e0b385c1c01a34d48a22e5f0a49b5afcfb11eb (diff)
downloadpkgsrc-be6cd06e31b5d0fb06e18f82365a2523738cee26.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/SunOS.mk')
-rw-r--r--mk/platform/SunOS.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/platform/SunOS.mk b/mk/platform/SunOS.mk
index b7ba54fe16d..9a5df2fa64c 100644
--- a/mk/platform/SunOS.mk
+++ b/mk/platform/SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.mk,v 1.25 2006/07/20 13:19:29 jlam Exp $
+# $NetBSD: SunOS.mk,v 1.26 2006/07/20 20:02:23 jlam Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -63,7 +63,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= yes # Use GNU gettext
_USE_RPATH= yes # add rpath to LDFLAGS
# flags passed to the linker to extract all symbols from static archives.