Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
972d15ae
Commit
972d15ae
authored
Oct 30, 2005
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* backport [13042]
parent
5b6364a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-0
extras/contrib/src/Patches/libcddb.patch
extras/contrib/src/Patches/libcddb.patch
+13
-0
No files found.
extras/contrib/src/Makefile
View file @
972d15ae
...
...
@@ -1014,6 +1014,7 @@ libcddb-$(CDDB_VERSION).tar.gz:
libcddb
:
libcddb-$(CDDB_VERSION).tar.gz
$(EXTRACT_GZ)
patch
-p
0 < Patches/libcddb.patch
.cddb
:
libcddb
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
--disable-shared
--enable-static
CFLAGS
=
"
$(CFLAGS)
-D_BSD_SOCKLEN_T_=int"
LDFLAGS
=
"
$(LDFLAGS)
-liconv"
&&
make
&&
make
install
)
...
...
extras/contrib/src/Patches/libcddb.patch
0 → 100644
View file @
972d15ae
diff -ruN libcddb.orig/include/cddb/cddb_regex.h libcddb/include/cddb/cddb_regex.h
--- libcddb.orig/include/cddb/cddb_regex.h Fri Oct 15 21:42:08 2004
+++ libcddb/include/cddb/cddb_regex.h Tue Jan 18 01:57:50 2005
@@ -30,9 +30,7 @@
#include <cddb/cddb_config.h>
#include <stdlib.h>
-#ifdef CDDB_NEED_UNISTD_H
#include <unistd.h>
-#endif
#include <regex.h>
/**
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