Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
1aeb369d
Commit
1aeb369d
authored
Nov 05, 2006
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
patch silly configure.
parent
704c851d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletion
+19
-1
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+2
-1
extras/contrib/src/Patches/pkgcfg.patch
extras/contrib/src/Patches/pkgcfg.patch
+17
-0
No files found.
extras/contrib/src/Makefile
View file @
1aeb369d
...
...
@@ -387,9 +387,10 @@ 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
.pkgcfg
:
pkgconfig
(
cd
pkgconfig
;
./configure
--prefix
=
$(PREFIX)
--disable-shared
--enable-static
&&
make
&&
make
install
)
(
cd
pkgconfig
;
autoconf
&&
./configure
--prefix
=
$(PREFIX)
--disable-shared
--enable-static
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.pkgcfg
...
...
extras/contrib/src/Patches/pkgcfg.patch
0 → 100644
View file @
1aeb369d
--- 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