A abishai Jan 18, 2020 #1 Is it possible to add definition from port's Makefile? The program builds if I add in CMakeLists.txt Code: add_definitions(-D__SKIP_GNU) , however I can't add something without value in port's CMAKE_ARGS and I'd like to avoid unnesessary patches.
Is it possible to add definition from port's Makefile? The program builds if I add in CMakeLists.txt Code: add_definitions(-D__SKIP_GNU) , however I can't add something without value in port's CMAKE_ARGS and I'd like to avoid unnesessary patches.