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
e1aec8ff
Commit
e1aec8ff
authored
Oct 31, 2010
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: goom2k4
Don't patch a file which we'll delete Use ACLOCAL_AMFLAGS to point aclocal to m4/
parent
8c4d1077
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
15 deletions
+8
-15
extras/contrib/src/Patches/goom2k4-autotools.patch
extras/contrib/src/Patches/goom2k4-autotools.patch
+7
-14
extras/contrib/src/contrib-src.mak
extras/contrib/src/contrib-src.mak
+1
-1
No files found.
extras/contrib/src/Patches/goom2k4-autotools.patch
View file @
e1aec8ff
diff -ru goom2k4-0/configure goom/configure
--- goom2k4-0/configure Mon Feb 7 14:49:28 2005
+++ goom/configure Wed Feb 23 16:03:25 2005
@@ -21069,8 +21069,8 @@
case "$host" in
*-apple-darwin*)
- MACTARGET="yes"
- MACFOLDER="mac"
+ MACTARGET="no"
+ MACFOLDER=""
CCAS='$(CC)'
--- goom/src/Makefile.am 2005-02-07 14:46:41.000000000 +0100
+++ goom.new/src/Makefile.am 2009-08-19 09:21:57.000000000 +0200
@@ -16,7 +16,7 @@
...
...
@@ -23,3 +9,10 @@ diff -ru goom2k4-0/configure goom/configure
libgoom2_la_LDFLAGS = -export-dynamic -export-symbols-regex "goom.*"
libgoom2_la_SOURCES = \
goomsl_yacc.y goomsl_lex.l goomsl.c goomsl_hash.c goomsl_heap.c \
--- goom/Makefile.am.orig 2010-10-31 21:43:45.514184001 +0100
+++ goom/Makefile.am 2010-10-31 21:44:01.382194251 +0100
@@ -1,3 +1,4 @@
+ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src xmms-goom sdl-goom @MACFOLDER@
#.pc file
extras/contrib/src/contrib-src.mak
View file @
e1aec8ff
...
...
@@ -1346,7 +1346,7 @@ else
endif
patch
-p0
< Patches/goom2k4-0-memleaks.patch
patch
-p0
< Patches/goom2k4-autotools.patch
(
cd
$@
;
rm
-f
configure
;
ACLOCAL
=
"aclocal -I m4/"
autoreconf
-ivf
)
(
cd
$@
;
rm
-f
configure
;
autoreconf
-ivf
)
.goom2k4
:
goom
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
--disable-shared
--enable-static
--disable-glibtest
--disable-gtktest
&&
make
&&
make
install
)
...
...
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