Commit f1e18327 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Fix dts building on mac

parent 36007ed7
......@@ -802,13 +802,17 @@ DISTCLEAN_PKG += libcaca-$(LIBCACA_VERSION).tar.gz
libdts-$(LIBDTS_VERSION).tar.gz:
$(WGET) $(LIBDTS_URL)
ifeq ($(SYS),DARWIN)
# libdts 0.0.2 doesn't compile on BeOS
#libdts: libdts-$(LIBDTS_VERSION).tar.gz
# $(EXTRACT_GZ)
libdts: libdts-$(LIBDTS_VERSION).tar.gz
$(EXTRACT_GZ)
endif
ifeq ($(SYS),BEOS)
libdts:
svn co svn://svn.videolan.org/libdts/trunk libdts
(cd $@; ./bootstrap)
endif
.dts: libdts
(cd $<; ./configure --prefix=$(PREFIX) && make && make install)
......
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