diff options
Diffstat (limited to 'games-puzzle/pingus/files/pingus-0.7.6-ar-detection.patch')
-rw-r--r-- | games-puzzle/pingus/files/pingus-0.7.6-ar-detection.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-puzzle/pingus/files/pingus-0.7.6-ar-detection.patch b/games-puzzle/pingus/files/pingus-0.7.6-ar-detection.patch new file mode 100644 index 000000000000..839138f317eb --- /dev/null +++ b/games-puzzle/pingus/files/pingus-0.7.6-ar-detection.patch @@ -0,0 +1,10 @@ +--- 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) + |