summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-01-03 21:46:07 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-01-03 21:52:10 +0100
commit4c7101b3a6279fa026b6022276a41fdfb6a3bae5 (patch)
tree6a4e50fc91ef9e3fe69c4cb2d7ab71501342b91a /app-emulation/pcem/files
parentapp-emulation/pcem: amd64 stable (diff)
downloadgentoo-4c7101b3a6279fa026b6022276a41fdfb6a3bae5.tar.gz
gentoo-4c7101b3a6279fa026b6022276a41fdfb6a3bae5.tar.bz2
gentoo-4c7101b3a6279fa026b6022276a41fdfb6a3bae5.zip
app-emulation/pcem: drop old version
Package-Manager: Portage-3.0.12, Repoman-3.0.2 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, 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
-