mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
- unbundle devel/stb; this fixes the build on armv7 - define option SSE41 only on x86 platforms Approved by: lcook (maintainer timeout) PR: 283773 MFH: 2025Q1
12 lines
291 B
Text
12 lines
291 B
Text
--- CMakeLists.txt.orig 2025-01-01 16:28:12 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -209,9 +209,6 @@ set (SOURCES
|
|
src/sitespec.h
|
|
src/snippets.c
|
|
src/snippets.h
|
|
- src/stb_image.h
|
|
- src/stb_image_resize2.h
|
|
- src/stb_truetype.h
|
|
src/updater.h
|
|
src/visited.c
|
|
src/visited.h
|