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
7189e5d5
Commit
7189e5d5
authored
May 08, 2005
by
Jérome Decoodt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This should fix libs dependences
parent
71f705d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+4
-3
No files found.
extras/contrib/src/Makefile
View file @
7189e5d5
...
...
@@ -294,7 +294,7 @@ gettext: gettext-$(GETTEXT_VERSION).tar.gz
$(EXTRACT_GZ)
patch
-p
0 < Patches/gettext.patch
.intl
:
gettext
.intl
:
gettext
.iconv
(
cd
$<
&&
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
)
ifeq
($(BUILD),i586-pc-beos)
# The ugliest kludge ever - so libtool correctly links shared libraries
...
...
@@ -1084,6 +1084,7 @@ libgpg-error: libgpg-error-$(GPGERROR_VERSION).tar.gz
.gpgerror
:
libgpg-error
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
# $(INSTALL_NAME)
touch
$@
CLEAN_FILE
+=
.gpgerror
...
...
@@ -1101,7 +1102,7 @@ libgcrypt: libgcrypt-$(GCRYPT_VERSION).tar.gz
$(EXTRACT_GZ)
patch
-p
0 < Patches/gcrypt.patch
.gcrypt
:
libgcrypt
.gcrypt
:
libgcrypt
.gpgerror .intl .iconv
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
CFLAGS
=
"
$(CFLAGS)
-D_BSD_SOCKLEN_T_=int"
&&
make
&&
make
install
)
$(INSTALL_NAME)
touch
$@
...
...
@@ -1120,7 +1121,7 @@ gnutls-$(GNUTLS_VERSION).tar.bz2:
gnutls
:
gnutls-$(GNUTLS_VERSION).tar.bz2
$(EXTRACT_BZ2)
.gnutls
:
gnutls
.gnutls
:
gnutls
.intl .iconv .gcrypt .gpgerror
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
$(INSTALL_NAME)
touch
$@
...
...
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