[vlc-commits] contrib: do not build regex
Rémi Denis-Courmont
git at videolan.org
Wed Nov 30 01:21:18 CET 2011
vlc/vlc-1.2 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Nov 28 21:16:36 2011 +0200| [857e152849a3b1a7b5e4a80624ebdfba0fbc7c0f] | committer: Jean-Baptiste Kempf
contrib: do not build regex
(cherry picked from commit 7ba1f036b256dde03a170836b1eccd3f3ac60f5f)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=857e152849a3b1a7b5e4a80624ebdfba0fbc7c0f
---
contrib/src/regex/rules.mak | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/contrib/src/regex/rules.mak b/contrib/src/regex/rules.mak
index 222c1a2..88221c7 100644
--- a/contrib/src/regex/rules.mak
+++ b/contrib/src/regex/rules.mak
@@ -2,6 +2,11 @@
REGEX_VERSION := 0.12
REGEX_URL := http://ftp.gnu.org/old-gnu/regex/regex-$(REGEX_VERSION).tar.gz
+ifndef HAVE_WIN32
+# Part of POSIX.2001
+PKGS_FOUND += regex
+endif
+
$(TARBALLS)/regex-$(REGEX_VERSION).tar.gz:
$(call download,$(REGEX_URL))
More information about the vlc-commits
mailing list