[vlc-commits] contrib: gpg-error: don't patch Makefile.am

Rafaël Carré git at videolan.org
Mon Jun 25 22:20:52 CEST 2012


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Jun 25 22:16:52 2012 +0200| [e75d2024158ca935e4b00c8dec2910ffb63083c4] | committer: Rafaël Carré

contrib: gpg-error: don't patch Makefile.am

Since 42a7f46de2 it is required to re-run gettextize because
we run autoreconf.
Unfortunately gettextize doesn't run in non interactive mode (this
is an advertised "feature").

This gpg-error patch will appear in the next release so it doesn't
need maintenance:
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=commit;h=c35dbfdaa2e30e08185e4a468278a29e2c48b500

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

 contrib/src/gpg-error/cppflags.patch |    7 ++++---
 contrib/src/gpg-error/rules.mak      |    1 -
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/contrib/src/gpg-error/cppflags.patch b/contrib/src/gpg-error/cppflags.patch
index c168e5a..2f4fa75 100644
--- a/contrib/src/gpg-error/cppflags.patch
+++ b/contrib/src/gpg-error/cppflags.patch
@@ -1,6 +1,7 @@
---- libgpg-error/src/Makefile.am.orig	2012-06-20 11:39:51.650987881 +0200
-+++ libgpg-error/src/Makefile.am	2012-06-20 11:40:09.266987882 +0200
-@@ -138,7 +138,7 @@
+diff -ur libgpg-error.orig/src/Makefile.in libgpg-error/src/Makefile.in
+--- libgpg-error.orig/src/Makefile.in	2012-06-25 22:14:30.745691001 +0200
++++ libgpg-error/src/Makefile.in	2012-06-25 22:15:16.897691001 +0200
+@@ -848,7 +848,7 @@
  # It is correct to use $(CPP).  We want the host's idea of the error codes.
  mkerrcodes.h: Makefile mkerrcodes.awk $(gpg_extra_headers)
  	$(AWK) -f $(srcdir)/mkerrcodes1.awk $(srcdir)/errnos.in >_$@
diff --git a/contrib/src/gpg-error/rules.mak b/contrib/src/gpg-error/rules.mak
index 9e948a5..477481f 100644
--- a/contrib/src/gpg-error/rules.mak
+++ b/contrib/src/gpg-error/rules.mak
@@ -16,7 +16,6 @@ endif
 	$(MOVE)
 
 .gpg-error: libgpg-error
-	$(RECONF)
 	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-nls --disable-shared --disable-languages
 	cd $< && $(MAKE) install
 	touch $@



More information about the vlc-commits mailing list