summaryrefslogtreecommitdiff
path: root/app-emulation/pcem/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
commit24fd814c326e282c4321965c31f341dad77e270d (patch)
tree033d63b33c21a3209964ab56005bb9bdd523630d /app-emulation/pcem/files
parent129160ec854dca4c3fedb5bcfbcb56930371da0f (diff)
gentoo resync : 08.01.2021
Diffstat (limited to 'app-emulation/pcem/files')
-rw-r--r--app-emulation/pcem/files/pcem-15-respect-cflags.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-emulation/pcem/files/pcem-15-respect-cflags.patch b/app-emulation/pcem/files/pcem-15-respect-cflags.patch
deleted file mode 100644
index 734812a69daa..000000000000
--- a/app-emulation/pcem/files/pcem-15-respect-cflags.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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
-