summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-09-22 07:42:53 +0200
committerConrad Kostecki <conikost@gentoo.org>2023-10-04 23:43:23 +0200
commitf06812800534b1d122f78e185d7373083a0067f7 (patch)
tree19d1da6f0652dcde01112cd4acd199da402d1d60 /sci-astronomy
parentkde-apps/yakuake: remove unused patch(es) (diff)
downloadgentoo-f06812800534b1d122f78e185d7373083a0067f7.tar.gz
gentoo-f06812800534b1d122f78e185d7373083a0067f7.tar.bz2
gentoo-f06812800534b1d122f78e185d7373083a0067f7.zip
sci-astronomy/cpl: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/32982 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/cpl/files/cpl-6.6.1-use-system-ltdl.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/sci-astronomy/cpl/files/cpl-6.6.1-use-system-ltdl.patch b/sci-astronomy/cpl/files/cpl-6.6.1-use-system-ltdl.patch
deleted file mode 100644
index 37ef2b550eda..000000000000
--- a/sci-astronomy/cpl/files/cpl-6.6.1-use-system-ltdl.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-use system libtdl from libtool instead of bundled one
-see http://www.flameeyes.eu/autotools-mythbuster/libtool/plugins.html
-bicatali@gentoo.org
-
---- cpl-7.0.orig/configure.ac 2012-06-04 18:38:01.000000000 +0100
-+++ cpl-7.0/configure.ac 2012-06-04 22:14:23.000000000 +0100
-@@ -60,8 +60,9 @@
- AC_ENABLE_STATIC(yes)
- AC_ENABLE_SHARED(yes)
-
--AC_LIBLTDL_CONVENIENCE
--AC_PROG_LIBTOOL
-+LT_INIT([dlopen])
-+LT_CONFIG_LTDL_DIR([libltdl])
-+AC_LIB_LTDL
- AC_SUBST(INCLTDL)
- AC_SUBST(LIBLTDL)
- AC_SUBST(LIBTOOL_DEPS)
-@@ -131,7 +135,6 @@
- CPL_CONFIG_FUNC
-
- # Configure subpackages
--AC_CONFIG_SUBDIRS(libltdl)
-
- if test ! x$"cpl_cv_with_system_cext" = xyes; then
- AC_CONFIG_SUBDIRS([libcext])
---- cpl-7.0.orig/Makefile.am
-+++ cpl-7.0/Makefile.am
-@@ -25,11 +25,10 @@
- DISTCLEANFILES = *~
-
- if GASGANO_SUPPORT
--libltdl = libltdl
- cpljava = cpljava
- endif
-
--SUBDIRS = $(libltdl) $(libcext) cplcore cplui cpldrs cpldfs $(cpljava)
-+SUBDIRS = $(libcext) cplcore cplui cpldrs cpldfs $(cpljava)
-
- HTML_SUBDIRS =
-