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
1bd3ccae
Commit
1bd3ccae
authored
Nov 02, 2006
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Contrib : update version of gettext (it needs autoconf 2.60)
parent
d90d34c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
31 deletions
+1
-31
extras/contrib/src/Patches/gettext-macosx.patch
extras/contrib/src/Patches/gettext-macosx.patch
+0
-30
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+1
-1
No files found.
extras/contrib/src/Patches/gettext-macosx.patch
deleted
100644 → 0
View file @
d90d34c1
diff -ruN gettext/gettext-runtime/m4/gettext.m4 gettext-0.14.5/gettext-runtime/m4/gettext.m4
--- gettext/gettext-runtime/m4/gettext.m4 2005-04-07 13:37:04.000000000 +0200
+++ gettext-0.14.5/gettext-runtime/m4/gettext.m4 2006-04-05 23:21:45.000000000 +0200
@@ -445,7 +445,7 @@
fi
if test -n "$INTL_MACOSX_LIBS"; then
- CPPFLAGS="$CPPFLAGS -I/System/Library/Frameworks/CoreFoundation.framework/Headers"
+ CPPFLAGS="$CPPFLAGS -framework CoreFoundation"
fi
dnl intl/plural.c is generated from intl/plural.y. It requires bison,
@@ -489,7 +489,7 @@
AC_CACHE_CHECK([for CFPreferencesCopyAppValue],
gt_cv_func_CFPreferencesCopyAppValue,
[gt_save_CPPFLAGS="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS -I/System/Library/Frameworks/CoreFoundation.framework/Headers"
+ CPPFLAGS="$CPPFLAGS -framework CoreFoundation"
gt_save_LIBS="$LIBS"
LIBS="$LIBS -framework CoreFoundation"
AC_TRY_LINK([#include <CFPreferences.h>],
@@ -505,7 +505,7 @@
dnl Check for API introduced in MacOS X 10.3.
AC_CACHE_CHECK([for CFLocaleCopyCurrent], gt_cv_func_CFLocaleCopyCurrent,
[gt_save_CPPFLAGS="$CPPFLAGS"
- CPPFLAGS="$CPPFLAGS -I/System/Library/Frameworks/CoreFoundation.framework/Headers"
+ CPPFLAGS="$CPPFLAGS -framework CoreFoundation"
gt_save_LIBS="$LIBS"
LIBS="$LIBS -framework CoreFoundation"
AC_TRY_LINK([#include <CFLocale.h>], [CFLocaleCopyCurrent();],
extras/contrib/src/packages.mak
View file @
1bd3ccae
...
@@ -40,7 +40,7 @@ PKGCFG_VERSION=0.15.0
...
@@ -40,7 +40,7 @@ PKGCFG_VERSION=0.15.0
PKGCFG_URL
=
http://pkgconfig.freedesktop.org/releases/pkgconfig-
$(PKGCFG_VERSION)
.tar.gz
PKGCFG_URL
=
http://pkgconfig.freedesktop.org/releases/pkgconfig-
$(PKGCFG_VERSION)
.tar.gz
LIBICONV_VERSION
=
1.9.2
LIBICONV_VERSION
=
1.9.2
LIBICONV_URL
=
$(GNU)
/libiconv/libiconv-
$(LIBICONV_VERSION)
.tar.gz
LIBICONV_URL
=
$(GNU)
/libiconv/libiconv-
$(LIBICONV_VERSION)
.tar.gz
GETTEXT_VERSION
=
0.1
4.
6
GETTEXT_VERSION
=
0.16
GETTEXT_URL
=
$(GNU)
/gettext/gettext-
$(GETTEXT_VERSION)
.tar.gz
GETTEXT_URL
=
$(GNU)
/gettext/gettext-
$(GETTEXT_VERSION)
.tar.gz
FREETYPE2_VERSION
=
2.1.9
FREETYPE2_VERSION
=
2.1.9
FREETYPE2_URL
=
$(SF)
/freetype/freetype-
$(FREETYPE2_VERSION)
.tar.gz
FREETYPE2_URL
=
$(SF)
/freetype/freetype-
$(FREETYPE2_VERSION)
.tar.gz
...
...
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