Skip to content
Snippets Groups Projects
Commit 9dac6706 authored by Fernando Apesteguía's avatar Fernando Apesteguía
Browse files

sysutils/conky: Fix build on ARCH != amd64

Regenerate the extra patch.

Reported by:	pkg fallout
parent 09920975
No related branches found
No related tags found
No related merge requests found
--- src/CMakeLists.txt.orig 2019-02-23 02:12:15 UTC
+++ src/CMakeLists.txt
@@ -124,7 +124,7 @@ if(OS_LINUX)
endif(OS_LINUX)
if(OS_FREEBSD)
- set(freebsd freebsd.cc freebsd.h bsdapm.cc bsdapm.h)
+ set(freebsd freebsd.cc freebsd.h)
set(optional_sources ${optional_sources} ${freebsd})
--- 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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment