Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
a16ccb7c
Commit
a16ccb7c
authored
Nov 22, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: gpg-error: skip automake
parent
4dcd2caf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
contrib/src/gpg-error/rules.mak
contrib/src/gpg-error/rules.mak
+0
-1
contrib/src/gpg-error/windres-make.patch
contrib/src/gpg-error/windres-make.patch
+11
-0
No files found.
contrib/src/gpg-error/rules.mak
View file @
a16ccb7c
...
...
@@ -15,7 +15,6 @@ endif
$(MOVE)
.gpg-error
:
libgpg-error
cd
$<
&&
automake
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--disable-nls
--disable-shared
--disable-languages
cd
$<
&&
$(MAKE)
install
touch
$@
contrib/src/gpg-error/windres-make.patch
View file @
a16ccb7c
...
...
@@ -9,3 +9,14 @@
LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RCCOMPILE)
SUFFIXES = .rc .lo
--- libgpg-error/src/Makefile.in.orig 2011-11-22 23:23:14.450340031 -0500
+++ libgpg-error/src/Makefile.in 2011-11-22 23:23:20.650370779 -0500
@@ -306,7 +306,7 @@
@HAVE_W32_SYSTEM_FALSE@arch_sources =
@HAVE_W32_SYSTEM_TRUE@arch_sources = w32-gettext.c
@HAVE_W32_SYSTEM_TRUE@RCCOMPILE = $(RC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-@HAVE_W32_SYSTEM_TRUE@ -DLOCALEDIR=\"$(localedir)\" $(AM_CPPFLAGS) $(CPPFLAGS)
+@HAVE_W32_SYSTEM_TRUE@ -DLOCALEDIR=\"$(localedir)\" $(AM_CPPFLAGS)
@HAVE_W32_SYSTEM_TRUE@LTRCCOMPILE = $(LIBTOOL) --mode=compile --tag=RC $(RCCOMPILE)
@HAVE_W32_SYSTEM_TRUE@SUFFIXES = .rc .lo
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