mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
Add new duktape plugin to the build Changelog: https://github.com/libproxy/libproxy/releases/tag/0.4.18
10 lines
298 B
Text
10 lines
298 B
Text
--- libproxy/cmake/modules/pacrunner_duktape.cmk.orig 2022-06-20 13:54:49 UTC
|
|
+++ libproxy/cmake/modules/pacrunner_duktape.cmk
|
|
@@ -17,5 +17,7 @@ else()
|
|
link_directories(${DUKTAPE_LIBRARIES})
|
|
link_libraries(duktape)
|
|
endif()
|
|
+ else()
|
|
+ set(DUKTAPE_FOUND 0)
|
|
endif()
|
|
endif()
|