diff options
author | 2021-02-24 18:26:32 +0100 | |
---|---|---|
committer | 2021-02-24 19:30:49 +0100 | |
commit | 420a4f3137f30d41ca3209806551d023f311483a (patch) | |
tree | c52bc7254057a338153ece3d6249f7cd208e8818 /app-text/teckit/files | |
parent | media-libs/suil: fixed building doc in 0.10.10 (diff) | |
download | gentoo-420a4f3137f30d41ca3209806551d023f311483a.tar.gz gentoo-420a4f3137f30d41ca3209806551d023f311483a.tar.bz2 gentoo-420a4f3137f30d41ca3209806551d023f311483a.zip |
app-text/teckit: Drop 2.5.6
Closes: https://bugs.gentoo.org/757573
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/teckit/files')
-rw-r--r-- | app-text/teckit/files/teckit-2.5.1-mixcflagscxxflags.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/app-text/teckit/files/teckit-2.5.1-mixcflagscxxflags.patch b/app-text/teckit/files/teckit-2.5.1-mixcflagscxxflags.patch deleted file mode 100644 index 5a290f45133..00000000000 --- a/app-text/teckit/files/teckit-2.5.1-mixcflagscxxflags.patch +++ /dev/null @@ -1,16 +0,0 @@ -No need to pass CFLAGS twice, esp. if they are used to feed g++ -Bug #338110 - -Index: TECkit_2_5_1/configure.ac -=================================================================== ---- TECkit_2_5_1.orig/configure.ac -+++ TECkit_2_5_1/configure.ac -@@ -76,7 +76,7 @@ noexpat_CFLAGS="$CFLAGS" - noexpat_LIBS="$LIBS" - AC_CHECK_LIB(expat, XML_ExpatVersion) - AM_CONDITIONAL(SYSTEM_EXPAT, test x$ac_cv_lib_expat_XML_ExpatVersion = xyes) --expat_CFLAGS="$CFLAGS" -+expat_CFLAGS="" - expat_LIBS="$LIBS" - CFLAGS="$noexpat_CFLAGS" - LIBS="$noexpat_LIBS" |