summaryrefslogtreecommitdiff
path: root/games-puzzle/pingus/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-29 17:15:23 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-29 17:15:23 +0100
commite169149b84bc9ff33d3286d60dfab754d2e0e4be (patch)
tree45ced79750efc5d4c8dc67f998bf1061a9d9ff9b /games-puzzle/pingus/files
parentb83e82c4d46297f4fbe56dc8b6e149637d5d90fd (diff)
gentoo auto-resync : 29:04:2023 - 17:15:23
Diffstat (limited to 'games-puzzle/pingus/files')
-rw-r--r--games-puzzle/pingus/files/pingus-0.7.6-ar-detection.patch10
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)
+