Commit 9285f0da authored by Rafaël Carré's avatar Rafaël Carré

contribs: vcdimager depends on cdio

also factorize a bit
parent 39a85ff7
...@@ -1467,15 +1467,13 @@ vcdimager-$(VCDIMAGER_VERSION).tar.gz: ...@@ -1467,15 +1467,13 @@ vcdimager-$(VCDIMAGER_VERSION).tar.gz:
vcdimager: vcdimager-$(VCDIMAGER_VERSION).tar.gz vcdimager: vcdimager-$(VCDIMAGER_VERSION).tar.gz
$(EXTRACT_GZ) $(EXTRACT_GZ)
.vcdimager: vcdimager .cdio
ifdef HAVE_DARWIN_OS ifdef HAVE_DARWIN_OS
.vcdimager: vcdimager
(cd $<; ./configure --prefix=$(PREFIX) --disable-shared --enable-static LDFLAGS="$(LDFLAGS) -framework CoreFoundation -framework IOKit" && make && make install) (cd $<; ./configure --prefix=$(PREFIX) --disable-shared --enable-static LDFLAGS="$(LDFLAGS) -framework CoreFoundation -framework IOKit" && make && make install)
touch $@
else else
.vcdimager: vcdimager
(cd $<; ./configure --prefix=$(PREFIX) --disable-shared --enable-static && make && make install) (cd $<; ./configure --prefix=$(PREFIX) --disable-shared --enable-static && make && make install)
touch $@
endif endif
touch $@
CLEAN_FILE += .vcdimager CLEAN_FILE += .vcdimager
CLEAN_PKG += vcdimager CLEAN_PKG += vcdimager
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment