head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.05.07.17.13.48; author adam; state Exp; branches; next ; commitid wKzgNtduRzfkcUEG; desc @@ 1.1 log @libsquish: added version 1.15.1.3 The squish library (primarily known by libsquish) is an open source DXT/S3TC compression library written in C++ that is commonly used with OpenGL and DirectX for the lossy compression of RGBA textures. @ text @$NetBSD$ Fix build on Darwin. --- lib/CMakeLists.txt.orig 2026-05-07 04:43:18.605866482 +0000 +++ lib/CMakeLists.txt @@@@ -78,8 +78,3 @@@@ ob_add_standard_library(${LIB_TARGET_NAM CONFIG STANDARD ) -# Extra target modifications -set_target_properties(${LIB_TARGET_NAME} PROPERTIES - OSX_ARCHITECTURES "i386;ppc" -) - @