[vlc-commits] contrib: do not build regex
Rémi Denis-Courmont
git at videolan.org
Mon Nov 28 20:43:26 CET 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Nov 28 21:16:36 2011 +0200| [7ba1f036b256dde03a170836b1eccd3f3ac60f5f] | committer: Rémi Denis-Courmont
contrib: do not build regex
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7ba1f036b256dde03a170836b1eccd3f3ac60f5f
---
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