[vlc-commits] contrib: fix regex target

Rafaël Carré git at videolan.org
Wed Nov 30 01:21:16 CET 2011


vlc/vlc-1.2 | branch: master | Rafaël Carré <funman at videolan.org> | Sun Nov 27 21:19:34 2011 -0500| [7fdf1b8e82c1d0457f11e349900054b9d1c65d6d] | committer: Jean-Baptiste Kempf

contrib: fix regex target

don't assume the system has it (and thus skip building it)
(cherry picked from commit 3082f245467703ab9843fef630bc0ac58ec02b16)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=7fdf1b8e82c1d0457f11e349900054b9d1c65d6d
---

 contrib/src/regex/rules.mak |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/contrib/src/regex/rules.mak b/contrib/src/regex/rules.mak
index 79ce6e3..222c1a2 100644
--- a/contrib/src/regex/rules.mak
+++ b/contrib/src/regex/rules.mak
@@ -2,8 +2,6 @@
 REGEX_VERSION := 0.12
 REGEX_URL := http://ftp.gnu.org/old-gnu/regex/regex-$(REGEX_VERSION).tar.gz
 
-PKGS_FOUND += regex
-
 $(TARBALLS)/regex-$(REGEX_VERSION).tar.gz:
 	$(call download,$(REGEX_URL))
 



More information about the vlc-commits mailing list