Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
d05cdbbe
Commit
d05cdbbe
authored
Mar 10, 2013
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update gpg-error to 1.11
parent
e5db0bb2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
15 deletions
+2
-15
contrib/src/gpg-error/SHA512SUMS
contrib/src/gpg-error/SHA512SUMS
+1
-1
contrib/src/gpg-error/cppflags.patch
contrib/src/gpg-error/cppflags.patch
+0
-12
contrib/src/gpg-error/rules.mak
contrib/src/gpg-error/rules.mak
+1
-2
No files found.
contrib/src/gpg-error/SHA512SUMS
View file @
d05cdbbe
438f922a3a4fa7db22ba9b68deab18c663afbc8166ddeee487b7eb0a9ee04ce84bbc871ad31bf11a7c77322948869a2dc5014cf6a73b68d8f10fcf7e24d165d5 libgpg-error-1.10
.tar.bz2
1c05dec32bba0a3ff9b238559161cfe5ea70fdcf0b7d2e645ac8afcade125711c1e369fcfb385835d42ce78cbbec75e3ea99573adfb371689e440a799ae8b848 libgpg-error-1.11
.tar.bz2
contrib/src/gpg-error/cppflags.patch
deleted
100644 → 0
View file @
e5db0bb2
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 >_$@
- $(CPP) $(extra_cppflags) _$@ | grep GPG_ERR_ | \
+ $(CPP) $(CPPFLAGS) $(extra_cppflags) _$@ | grep GPG_ERR_ | \
$(AWK) -f $(srcdir)/mkerrcodes.awk >$@
-rm _$@
contrib/src/gpg-error/rules.mak
View file @
d05cdbbe
# GPGERROR
# GPGERROR
GPGERROR_VERSION
:=
1.1
0
GPGERROR_VERSION
:=
1.1
1
GPGERROR_URL
:=
ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-
$(GPGERROR_VERSION)
.tar.bz2
GPGERROR_URL
:=
ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-
$(GPGERROR_VERSION)
.tar.bz2
$(TARBALLS)/libgpg-error-$(GPGERROR_VERSION).tar.bz2
:
$(TARBALLS)/libgpg-error-$(GPGERROR_VERSION).tar.bz2
:
...
@@ -12,7 +12,6 @@ libgpg-error: libgpg-error-$(GPGERROR_VERSION).tar.bz2 .sum-gpg-error
...
@@ -12,7 +12,6 @@ libgpg-error: libgpg-error-$(GPGERROR_VERSION).tar.bz2 .sum-gpg-error
ifdef
HAVE_WIN32
ifdef
HAVE_WIN32
$(APPLY)
$(SRC)
/gpg-error/windres-make.patch
$(APPLY)
$(SRC)
/gpg-error/windres-make.patch
endif
endif
$(APPLY)
$(SRC)
/gpg-error/cppflags.patch
$(MOVE)
$(MOVE)
.gpg-error
:
libgpg-error
.gpg-error
:
libgpg-error
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment