Files
FreeBSD-ports/sysutils/conky/files/extra-patch-src_CMakeLists.txt
Fernando ApesteguĂ­a 9dac67069c sysutils/conky: Fix build on ARCH != amd64
Regenerate the extra patch.

Reported by:	pkg fallout
2025-03-26 12:22:34 +01:00

12 lines
358 B
Plaintext

--- src/CMakeLists.txt.orig 2025-03-16 13:37:37.000000000 +0100
+++ src/CMakeLists.txt 2025-03-26 08:43:07.729405000 +0100
@@ -165,8 +165,6 @@
set(freebsd_sources
data/os/freebsd.cc
data/os/freebsd.h
- data/hardware/bsdapm.cc
- data/hardware/bsdapm.h
)
set(optional_sources ${optional_sources} ${freebsd_sources})
endif(OS_FREEBSD)