FreeBSD Port: kodi-16.1_9

Walter Schwarzenfeld w.schwarzenfeld at utanet.at
Thu Mar 23 19:20:44 UTC 2017


Compiles with a "dirty" hack with doxygen installed

(starts without problems, but not testes fully functionallity).


patch-codegenerator.mk


--- codegenerator.mk.orig       2017-03-23 19:10:40 UTC
+++ codegenerator.mk
@@ -11,20 +11,10 @@ ifeq ($(SWIG),)
  SWIG = swig-not-found
  endif

-DOXYGEN ?= $(shell which doxygen)
-ifeq ($(DOXYGEN),)
  DOXYGEN = doxygen-not-found
-else
-DOXY_XML_PATH=$(GENDIR)/doxygenxml
-endif

  GENERATED_JSON = $(INTERFACES_DIR)/json-rpc/ServiceDescription.h 
addons/xbmc.json/addon.xml
-ifeq ($(wildcard $(JSON_BUILDER)),)
-  JSON_BUILDER = $(shell which JsonSchemaBuilder)
-ifeq ($(JSON_BUILDER),)
    JSON_BUILDER = 
tools/depends/native/JsonSchemaBuilder/bin/JsonSchemaBuilder
-endif
-endif

  GENDIR = $(INTERFACES_DIR)/python/generated
  GROOVY_DIR = $(TOPDIR)/tools/codegenerator/groovy



More information about the freebsd-ports mailing list