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
06bbffa6
Commit
06bbffa6
authored
Jul 20, 2007
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: Really install libtool on Mac OS X as default version isn't working well enough.
parent
f12d0afa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+11
-9
No files found.
extras/contrib/src/Makefile
View file @
06bbffa6
...
...
@@ -286,16 +286,18 @@ DISTCLEAN_PKG += autoconf-$(AUTOCONF_VERSION).tar.bz2
# ***************************************************************************
ifdef
HAVE_DARWIN_OS
.libtool
:
if
test
-x
/usr/bin/glibtoolize
;
then
\
mkdir
-p
$(PREFIX)
/bin
;
\
ln
-sf
/usr/bin/glibtoolize
$(PREFIX)
/bin/libtoolize
;
\
fi
if
test
-f
/usr/share/aclocal/libtool.m4
;
then
\
mkdir
-p
$(PREFIX)
/share/aclocal
;
\
ln
-sf
/usr/share/aclocal/libtool.m4
$(PREFIX)
/share/aclocal
;
\
fi
libtool-$(LIBTOOL_VERSION).tar.gz
:
$(WGET)
$(LIBTOOL_URL)
libtool
:
libtool-$(LIBTOOL_VERSION).tar.gz
$(EXTRACT_GZ)
.libtool
:
libtool
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
touch
$@
CLEAN_PKG
+=
libtool
DISTCLEAN_PKG
+=
libtool-
$(LIBTOOL_VERSION)
.tar.gz
endif
ifeq
($(BUILD),i586-pc-beos)
...
...
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