summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2019-09-21 18:17:01 +0200
committerConrad Kostecki <conikost@gentoo.org>2019-12-06 00:32:05 +0100
commit58329350434880f1f0847a3bc3cc23933271a481 (patch)
tree41b06f3c9451d9ab92b17920fecbe77c21174706 /app-emulation/pcem/files
parentprofiles/license_groups: add Flightradar24 license to EULA group (diff)
downloadgentoo-58329350434880f1f0847a3bc3cc23933271a481.tar.gz
gentoo-58329350434880f1f0847a3bc3cc23933271a481.tar.bz2
gentoo-58329350434880f1f0847a3bc3cc23933271a481.zip
app-emulation/pcem: New Package
PCem (an acronym for Personal Computer emulator) is an open-source, low-level PC emulator developed for Windows and Linux by Sarah Walker. It focuses on PC hardware from the 1980's and 1990's. A variety of operating systems can be installed in the emulator, which can then be used to launch programs. https://github.com/gentoo/gentoo/pull/12988 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-emulation/pcem/files')
-rw-r--r--app-emulation/pcem/files/pcem-15-respect-cflags.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-emulation/pcem/files/pcem-15-respect-cflags.patch b/app-emulation/pcem/files/pcem-15-respect-cflags.patch
new file mode 100644
index 000000000000..734812a69daa
--- /dev/null
+++ b/app-emulation/pcem/files/pcem-15-respect-cflags.patch
@@ -0,0 +1,13 @@
+--- a/configure.ac 2019-05-19 18:40:05.000000000 +0200
++++ b/configure.ac 2019-09-21 17:34:53.499993726 +0200
+@@ -31,8 +31,8 @@
+ CXXFLAGS="-Wall -O0 -g -D_DEBUG"
+ AC_MSG_RESULT([yes])
+ else
+- CFLAGS="-O3"
+- CXXFLAGS="-O3"
++ CFLAGS?="-O3"
++ CXXFLAGS?="-O3"
+ AC_MSG_RESULT([no])
+ fi
+