summaryrefslogtreecommitdiff
path: root/app-text/openjade/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-19 14:14:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-19 14:14:48 +0100
commit5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (patch)
tree8f255dfacbacb657e3ac3654d01c1e11e651c066 /app-text/openjade/files
parent8aebb228036d5e2863b7eaa6e319ab41c1669269 (diff)
gentoo resync : 19.04.2018
Diffstat (limited to 'app-text/openjade/files')
-rw-r--r--app-text/openjade/files/openjade-1.3.2-darwin.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/app-text/openjade/files/openjade-1.3.2-darwin.patch b/app-text/openjade/files/openjade-1.3.2-darwin.patch
deleted file mode 100644
index 524454860d80..000000000000
--- a/app-text/openjade/files/openjade-1.3.2-darwin.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-See also http://finkproject.org/doc/porting/libtool.php
-(Section 3.3) Fixing 1.4.x (Subsection 1) The flat_namespace bug
---- configure~ 2007-10-08 01:55:00 +0200
-+++ configure 2007-10-08 01:55:27 +0200
-@@ -3063,9 +3063,6 @@
-
-
- case "${host}" in
-- *-*-darwin*)
-- LINKFLAGS="-no-undefined"
-- ;;
- *)
- if test "$GXX"
- then
-@@ -7907,7 +7904,7 @@
- ;;
-
- darwin* | rhapsody*)
-- allow_undefined_flag='-undefined suppress'
-+ allow_undefined_flag='-undefined suppress -flat_namespace'
- # FIXME: Relying on posixy $() will cause problems for
- # cross-compilation, but unfortunately the echo tests do not
- # yet detect zsh echo's removal of \ escapes.
---- config/ltmain.sh~ 2002-01-17 14:45:52 +0100
-+++ config/ltmain.sh 2007-10-08 03:08:26 +0200
-@@ -3913,10 +3913,15 @@
-
- # Directory that this library needs to be installed in:
- libdir='$install_libdir'"
-+case "${host}" in
-+ *-*-darwin*)
-+ ;;
-+ *)
- if test "$installed" = no && test $need_relink = yes; then
- $echo >> $output "\
- relink_command=\"$relink_command\""
- fi
-+esac
- done
- fi
-