Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
f9db392d
Commit
f9db392d
authored
Nov 29, 2005
by
damienf
Browse files
Makefile: libcaca configure does detect mingw properly under cygwin, give it a hand
parent
ba894d9b
Changes
1
Show whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
f9db392d
...
...
@@ -1082,7 +1082,11 @@ libcaca: libcaca-$(LIBCACA_VERSION).tar.gz
$(EXTRACT_GZ)
.caca
:
libcaca
ifdef
HAVE_WIN32
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
--enable-win32
--disable-x11
--disable-imlib2
--disable-doc
&&
make
&&
make
install
)
else
(
cd
$<
;
$(HOSTCC)
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
--disable-imlib2
--disable-doc
&&
make
&&
make
install
)
endif
touch
$@
CLEAN_FILE
+=
.caca
...
...
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