- don't build xsltproc - it pulls in a lot of dependencies which are not available...
authorMemphiz <memphis@machzwo.de>
Mon, 23 Dec 2013 14:19:12 +0000 (15:19 +0100)
committerJonathan Marshall <jmarshall@xbmc.org>
Mon, 23 Dec 2013 22:49:01 +0000 (11:49 +1300)
tools/depends/target/libxslt/Makefile

index ad2882d..6d6bc8c 100644 (file)
@@ -25,6 +25,7 @@ $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS)
        cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE)
        sed -ie "s|runtest$$(EXEEXT)||" "$(PLATFORM)/Makefile.in"
        sed -ie "s|testrecurse$$(EXEEXT)||" "$(PLATFORM)/Makefile.in"
+       sed -ie "s|xsltproc||" "$(PLATFORM)/Makefile.in"
        cd $(PLATFORM); $(CONFIGURE)
 
 $(LIBDYLIB): $(PLATFORM)