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
a771f11c
Commit
a771f11c
authored
May 09, 2005
by
Jérome Decoodt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change gpgerror to gpg-error and add $(INSTALL_NAME) to it
parent
447b4ce7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+6
-6
No files found.
extras/contrib/src/Makefile
View file @
a771f11c
...
...
@@ -86,7 +86,7 @@ ifdef HAVE_DARWIN_OS
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
\
.FLAC .speex .faad .faac .lame .twolame .ebml .matroska .ffmpeg .openslp
\
.dvdcss .dvdread .dvdnav .dvbpsi .live .goom2k4 .caca .mod
\
.png .gpgerror .gcrypt .gnutls .daap .cddb .cdio .vcdimager .aclocal
.png .gpg
-
error .gcrypt .gnutls .daap .cddb .cdio .vcdimager .aclocal
# mozilla support? add before .aclocal: .glib .libidl .mozilla
else
...
...
@@ -1082,12 +1082,12 @@ libgpg-error-$(GPGERROR_VERSION).tar.gz:
libgpg-error
:
libgpg-error-$(GPGERROR_VERSION).tar.gz
$(EXTRACT_GZ)
.gpg
error
:
libgpg-error
.gpg
-error
:
libgpg-error .intl .iconv
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
#
$(INSTALL_NAME)
$(INSTALL_NAME)
touch
$@
CLEAN_FILE
+=
.gpgerror
CLEAN_FILE
+=
.gpg
-
error
CLEAN_PKG
+=
libgpg-error
DISCLEAN_PKG
+=
libgpg-error-
$(GPGERROR_VERSION)
.tar.gz
...
...
@@ -1102,7 +1102,7 @@ libgcrypt: libgcrypt-$(GCRYPT_VERSION).tar.gz
$(EXTRACT_GZ)
patch
-p
0 < Patches/gcrypt.patch
.gcrypt
:
libgcrypt .gpgerror .intl .iconv
.gcrypt
:
libgcrypt .gpg
-
error .intl .iconv
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
CFLAGS
=
"
$(CFLAGS)
-D_BSD_SOCKLEN_T_=int"
&&
make
&&
make
install
)
$(INSTALL_NAME)
touch
$@
...
...
@@ -1121,7 +1121,7 @@ gnutls-$(GNUTLS_VERSION).tar.bz2:
gnutls
:
gnutls-$(GNUTLS_VERSION).tar.bz2
$(EXTRACT_BZ2)
.gnutls
:
gnutls .intl .iconv .gcrypt .gpgerror
.gnutls
:
gnutls .intl .iconv .gcrypt .gpg
-
error
(
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