[vlc-commits] contrib: lame but better than nothing detection for gettext
Rémi Denis-Courmont
git at videolan.org
Sat Nov 5 21:42:36 CET 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Nov 5 22:38:46 2011 +0200| [a90e83323d5dc51f7027dbb7c791521e961ff58c] | committer: Rémi Denis-Courmont
contrib: lame but better than nothing detection for gettext
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a90e83323d5dc51f7027dbb7c791521e961ff58c
---
contrib/src/gettext/rules.mak | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/contrib/src/gettext/rules.mak b/contrib/src/gettext/rules.mak
index 0f33479..15225c8 100644
--- a/contrib/src/gettext/rules.mak
+++ b/contrib/src/gettext/rules.mak
@@ -2,6 +2,12 @@
GETTEXT_VERSION=0.18.1.1
GETTEXT_URL=$(GNU)/gettext/gettext-$(GETTEXT_VERSION).tar.gz
+PKGS += gettext
+ifneq ($(filter gnu%,$(subst -, ,$(HOST))),)
+# GNU platform should have gettext (?)
+PKGS_FOUND += gettext
+endif
+
$(TARBALLS)/gettext-$(GETTEXT_VERSION).tar.gz:
$(call download,$(GETTEXT_URL))
More information about the vlc-commits
mailing list