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
dd6d9ec7
Commit
dd6d9ec7
authored
Jan 24, 2010
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: removed outdated pkgconfig patches
parent
90dc652d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
42 deletions
+0
-42
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+0
-2
extras/contrib/src/Patches/glib.patch
extras/contrib/src/Patches/glib.patch
+0
-23
extras/contrib/src/Patches/pkgcfg.patch
extras/contrib/src/Patches/pkgcfg.patch
+0
-17
No files found.
extras/contrib/src/Makefile
View file @
dd6d9ec7
...
...
@@ -353,8 +353,6 @@ pkg-config-$(PKGCFG_VERSION).tar.gz:
pkgconfig
:
pkg-config-$(PKGCFG_VERSION).tar.gz
$(EXTRACT_GZ)
patch
-d
pkgconfig/glib-1.2.8
-p
1 < Patches/glib.patch
patch
-d
pkgconfig
-p0
< Patches/pkgcfg.patch
(
cd
$@
;
autoconf
)
.pkgcfg
:
pkgconfig
...
...
extras/contrib/src/Patches/glib.patch
deleted
100644 → 0
View file @
90dc652d
diff -urN glib1.2-1.2.10 glib
--- glib1.2-1.2.10 glib.h 2005-04-18 23:58:21.000000000 -0400
+++ glib/glib.h 2005-04-18 23:58:48.000000000 -0400
@@ -272,7 +272,7 @@
/* Wrap the gcc __PRETTY_FUNCTION__ and __FUNCTION__ variables with
* macros, so we can refer to them as strings unconditionally.
*/
-#ifdef __GNUC__
+#if defined(__GNUC__) && (__GNUC__ < 4)
#define G_GNUC_FUNCTION __FUNCTION__
#define G_GNUC_PRETTY_FUNCTION __PRETTY_FUNCTION__
#else /* !__GNUC__ */
--- glib1.2-1.2.10/gmain.c Mon Feb 26 22:00:21 2001
+++ glib/gmain.c Sun Aug 24 13:46:51 2003
@@ -187,6 +187,8 @@
/* SunOS has poll, but doesn't provide a prototype. */
# if defined (sun) && !defined (__SVR4)
extern gint poll (GPollFD *ufds, guint nfsd, gint timeout);
+#else
+#include <poll.h> /* The opengroup defines the poll.h header as standard */
# endif /* !sun */
static GPollFunc poll_func = (GPollFunc) poll;
#else /* !HAVE_POLL */
extras/contrib/src/Patches/pkgcfg.patch
deleted
100644 → 0
View file @
90dc652d
--- configure.in.orig 2006-11-05 19:40:10.000000000 +0000
+++ configure.in 2006-11-05 19:42:10.000000000 +0000
@@ -62,10 +62,10 @@
AC_MSG_CHECKING([for Win32])
case "$host" in
- *-*-mingw*)
- native_win32=yes
- AC_DEFINE(USE_INSTALLED_GLIB, 1, [We are using an installed GLib])
- ;;
+dnl *-*-mingw*)
+dnl native_win32=yes
+dnl AC_DEFINE(USE_INSTALLED_GLIB, 1, [We are using an installed GLib])
+dnl ;;
*)
native_win32=no
;;
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