freebsd-ports/graphics/aseprite/files/patch-third__party_CMakeLists.txt
Yuri Victorovich dcfe5ce882 graphics/aseprite: Update 1.2.7.2 -> 1.2.9
Few dependencies are updated.

Reported by:	portscout
2018-07-26 23:44:04 +00:00

13 lines
450 B
Text

--- third_party/CMakeLists.txt.orig 2018-07-26 21:59:46 UTC
+++ third_party/CMakeLists.txt
@@ -34,8 +34,8 @@ endif()
if(WITH_WEBP_SUPPORT)
# Enable img2webp so "webpmux" library is built
- set(WEBP_BUILD_IMG2WEBP ON CACHE BOOL "Build the img2webp animation tool.")
- add_subdirectory(libwebp)
+ #set(WEBP_BUILD_IMG2WEBP ON CACHE BOOL "Build the img2webp animation tool.")
+ #add_subdirectory(libwebp)
endif()
if(NOT USE_SHARED_TINYXML)