pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ladybird-git: remove debug messages
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Thu May 8 13:28:55 2025 +0200
Changeset: 9747568a182eb837eab7ec1295a793f193315092
Modified Files:
ladybird-git/files/FindWebP.cmake
Log Message:
ladybird-git: remove debug messages
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9747568a182eb837eab7ec1295a793f193315092
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ladybird-git/files/FindWebP.cmake | 5 -----
1 file changed, 5 deletions(-)
diffs:
diff --git a/ladybird-git/files/FindWebP.cmake b/ladybird-git/files/FindWebP.cmake
index 2bef2fa881..27088d703b 100644
--- a/ladybird-git/files/FindWebP.cmake
+++ b/ladybird-git/files/FindWebP.cmake
@@ -34,11 +34,6 @@ find_library(WebP_MUX_LIBRARY
HINTS ${PC_WEBPMUX_LIBDIR} ${PC_WEBPMUX_LIBRARY_DIRS}
)
-message(WARNING "${WebP_LIBRARY}")
-message(WARNING "${WebP_DECODER_LIBRARY}")
-message(WARNING "${WebP_DEMUX_LIBRARY}")
-message(WARNING "${WebP_MUX_LIBRARY}")
-
if (WebP_LIBRARY AND NOT TARGET WebP::webp)
add_library(WebP::webp UNKNOWN IMPORTED GLOBAL)
set_target_properties(WebP::webp PROPERTIES
Home |
Main Index |
Thread Index |
Old Index