diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-11-16 09:11:16 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-18 17:16:23 -0500 |
commit | a1e975dcb6dd311a771eb31ba68fdd190e07e64b (patch) | |
tree | 0f29b8feb631ea6fe912ce56c1cd1b02f5fb95f6 /sci-electronics | |
parent | sci-libs/libcerf: remove unused patch(es) (diff) | |
download | gentoo-a1e975dcb6dd311a771eb31ba68fdd190e07e64b.tar.gz gentoo-a1e975dcb6dd311a771eb31ba68fdd190e07e64b.tar.bz2 gentoo-a1e975dcb6dd311a771eb31ba68fdd190e07e64b.zip |
sci-electronics/systemc: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13671
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/systemc/files/systemc-2.3.0-config.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sci-electronics/systemc/files/systemc-2.3.0-config.patch b/sci-electronics/systemc/files/systemc-2.3.0-config.patch deleted file mode 100644 index 581e625c6113..000000000000 --- a/sci-electronics/systemc/files/systemc-2.3.0-config.patch +++ /dev/null @@ -1,21 +0,0 @@ -# drop compiler check to enable use of CXX ---- configure.in.old 2013-09-15 09:38:54.000000000 +0200 -+++ configure.in 2013-09-15 09:40:31.000000000 +0200 -@@ -134,15 +134,8 @@ - AC_MSG_ERROR("sorry...architecture not supported") - ;; - esac -- case "$CXX_COMP" in -- c++ | g++) -- EXTRA_CXXFLAGS="${EXTRA_CXXFLAGS} -m${CPU_ARCH}" -- EXTRA_ASFLAGS="-m${CPU_ARCH}" -- ;; -- *) -- AC_MSG_ERROR("sorry...compiler not supported") -- ;; -- esac -+ EXTRA_CXXFLAGS="${EXTRA_CXXFLAGS} -m${CPU_ARCH}" -+ EXTRA_ASFLAGS="-m${CPU_ARCH}" - ;; - *freebsd*) - case "$target_cpu" in |