aboutsummaryrefslogtreecommitdiffstats
path: root/main/gettext/gettext-0.15-expat-no-dlopen.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/gettext/gettext-0.15-expat-no-dlopen.patch')
-rw-r--r--main/gettext/gettext-0.15-expat-no-dlopen.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/main/gettext/gettext-0.15-expat-no-dlopen.patch b/main/gettext/gettext-0.15-expat-no-dlopen.patch
deleted file mode 100644
index 4630d1dd92..0000000000
--- a/main/gettext/gettext-0.15-expat-no-dlopen.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Add support for expat-2 to xgettext by linking it at build time rather than
-at runtime using dlopen
-
-http://bugs.gentoo.org/146211
-
---- gettext-0.15/gettext-tools/configure
-+++ gettext-0.15/gettext-tools/configure
-@@ -44267,19 +44266,6 @@
-
-
-
--case "$host_os" in
-- linux*)
--
--cat >>confdefs.h <<\_ACEOF
--#define DYNLOAD_LIBEXPAT 1
--_ACEOF
--
-- LIBEXPAT="-ldl"
-- LTLIBEXPAT="-ldl"
--
--
-- ;;
-- *)
-
-
-
-@@ -44786,8 +44772,6 @@
-
-
-
-- ;;
--esac
-
- # If set to t, that means we are running in a shell under Emacs.
- # If you have an Emacs named "t", then use the full path.