summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-08-03 18:14:37 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-08-03 22:11:13 -0400
commit7ccf326f3ecdad47e8d3f5ac73e555a8fe5e97a6 (patch)
tree952efb76bbbeedf5a531c8111ed3bcd60fdf7d9e /games-simulation/lincity-ng/files/lincity-ng-2.9_beta-flags.patch
parentgames-simulation/lincity-ng: add github remote-id (diff)
downloadgentoo-7ccf326f3ecdad47e8d3f5ac73e555a8fe5e97a6.tar.gz
gentoo-7ccf326f3ecdad47e8d3f5ac73e555a8fe5e97a6.tar.bz2
gentoo-7ccf326f3ecdad47e8d3f5ac73e555a8fe5e97a6.zip
games-simulation/lincity-ng: EAPI 7->8, various fixes
* Migrate to eautoreconf, autogen.sh jam stuff can be reduced only to a autoconf --trace call allowing eautoreconf to do its thing * Remove autotools_run_tool for InternalEclassUsage * Generate the previously skipped CREDITS file * Simplify install, PACKAGE_VERSION handles docdir (fine on prefix) * Add libxslt/gettext bdeps * Strip -O3 * tc-export CC, some calls disregard configure's carried value * export AR rather than use -sAR to handle bug #739376 Closes: https://bugs.gentoo.org/739376 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-simulation/lincity-ng/files/lincity-ng-2.9_beta-flags.patch')
-rw-r--r--games-simulation/lincity-ng/files/lincity-ng-2.9_beta-flags.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/games-simulation/lincity-ng/files/lincity-ng-2.9_beta-flags.patch b/games-simulation/lincity-ng/files/lincity-ng-2.9_beta-flags.patch
new file mode 100644
index 000000000000..1c960123c216
--- /dev/null
+++ b/games-simulation/lincity-ng/files/lincity-ng-2.9_beta-flags.patch
@@ -0,0 +1,10 @@
+--- a/Jamrules
++++ b/Jamrules
+@@ -23,5 +23,4 @@
+ case optimize :
+- CFLAGS += -O3 -g -Wall ;
+- CXXFLAGS += -O3 -g -Wall ;
+- LIBS += -g ;
++ CFLAGS += -Wall ;
++ CXXFLAGS += -Wall ;
+ case debug :