Re: cpp moves to /usr/bin: xenocara (2/3)

Christian Weisgerber <[email protected]>
Newsgroups gmane.os.openbsd.tech
Message-ID <[email protected]>
Only minimal changes are required in xenocara to accommodate the move
of /usr/libexec/cpp to /usr/bin/cpp.

-----------------------------------------------
commit 5cfda95ee8e0f2138c1e9a56ea19972245483f55 (cpp)
from: Christian Weisgerber <[email protected]>
date: Wed Jun 24 01:30:51 2026 UTC
 
 the cpp binary moves to /usr/bin
 
diff a030633586e08e047f577a740a0080ab0c106297 5cfda95ee8e0f2138c1e9a56ea19972245483f55
commit - a030633586e08e047f577a740a0080ab0c106297
commit + 5cfda95ee8e0f2138c1e9a56ea19972245483f55
blob - e700434dffc5d41655882cff000f5096080779bc
blob + 45c4f8eff0444c79a1579996e69ecdf05c252f01
--- app/xrdb/Makefile.bsd-wrapper
+++ app/xrdb/Makefile.bsd-wrapper
@@ -1,5 +1,5 @@
 # $OpenBSD: Makefile.bsd-wrapper,v 1.6 2021/11/30 08:52:59 robert Exp $
 
-CONFIGURE_ARGS+= --with-cpp='/usr/libexec/cpp -traditional'
+CONFIGURE_ARGS+= --with-cpp='/usr/bin/cpp -traditional'
 
 .include <bsd.xorg.mk>
blob - ab4785afe2a6bc5a95153b43a42d17f00274eb6d
blob + 68d6adb28e60d7defbf556d9e1c1cc74101c717b
--- etc/config.site
+++ etc/config.site
@@ -3,7 +3,7 @@ ac_cv_c_compiler_gnu=${ac_cv_c_compiler_gnu=yes}
 ac_cv_c_const=${ac_cv_c_const=yes}
 ac_cv_cxx_compiler_gnu=${ac_cv_cxx_compiler_gnu=yes}
 ac_cv_f77_compiler_gnu=${ac_cv_f77_compiler_gnu=yes}
-ac_cv_path_CPP_PATH=${ac_cv_path_CPP_PATH="/usr/libexec/cpp -traditional"}
+ac_cv_path_CPP_PATH=${ac_cv_path_CPP_PATH=/usr/bin/cpp}
 ac_cv_path_GZIP=${ac_cv_path_GZIP=/usr/bin/gzip}
 ac_cv_path_MKTEMP_COMMAND=${ac_cv_path_MKTEMP_COMMAND=/usr/bin/mktemp}
 ac_cv_path_PERL=${ac_cv_path_PERL=/usr/bin/perl}

-- 
Christian "naddy" Weisgerber                          [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.