gentoo-ebuilds/games-puzzle/pingus/files/pingus-0.7.6-ar-detection.patch
Pacho Ramos 99bee84b10
games-puzzle/pingus: Fix AR detection
Thanks-to: Ionen Wolkens
Thanks-to: Agostino Sarubbo
Closes: https://bugs.gentoo.org/905269
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
2023-04-29 15:44:07 +02:00

10 lines
485 B
Diff

--- a/SConscript.old 2023-04-29 15:35:01.161090820 +0200
+++ b/SConscript 2023-04-29 15:36:38.909311880 +0200
@@ -88,6 +88,7 @@
self.opts.Add('BUILD', 'Set the build type', "default")
self.opts.Add('CC', 'C Compiler', 'gcc')
self.opts.Add('CXX', 'C++ Compiler', 'g++')
+ self.opts.Add('AR', 'Archiver', 'ar')
# self.opts.Add('debug', 'Build with debugging options', 0)
# self.opts.Add('profile', 'Build with profiling support', 0)