summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/joe/files/joe-3.7-sanitise-includes.patch')
-rw-r--r--app-editors/joe/files/joe-3.7-sanitise-includes.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/app-editors/joe/files/joe-3.7-sanitise-includes.patch b/app-editors/joe/files/joe-3.7-sanitise-includes.patch
deleted file mode 100644
index 0d60cdb41e18..000000000000
--- a/app-editors/joe/files/joe-3.7-sanitise-includes.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-injecting random paths breaks random on Prefix platforms
-
---- configure.ac
-+++ configure.ac
-@@ -23,14 +23,6 @@
- AC_PROG_INSTALL
- AC_PROG_LN_S
-
--case "$host" in
-- *-*-solaris*)
-- CPPFLAGS="$CPPFLAGS -I/usr/local/include"
-- LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
-- ;;
-- *) ;;
--esac
--
- search_libs="$search_libs m"
-
- # Checks for libraries.
---- configure
-+++ configure
-@@ -4071,14 +4071,6 @@
- fi
-
-
--case "$host" in
-- *-*-solaris*)
-- CPPFLAGS="$CPPFLAGS -I/usr/local/include"
-- LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib"
-- ;;
-- *) ;;
--esac
--
- search_libs="$search_libs m"
-
- # Checks for libraries.