summaryrefslogtreecommitdiff
path: root/lang/erlang/patches/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'lang/erlang/patches/patch-aq')
-rw-r--r--lang/erlang/patches/patch-aq22
1 files changed, 0 insertions, 22 deletions
diff --git a/lang/erlang/patches/patch-aq b/lang/erlang/patches/patch-aq
deleted file mode 100644
index 92ad781db5f..00000000000
--- a/lang/erlang/patches/patch-aq
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aq,v 1.1 2009/12/15 12:09:20 asau Exp $
-
---- erts/etc/unix/Install.src.orig 2009-09-18 18:07:12.000000000 +0400
-+++ erts/etc/unix/Install.src 2009-10-27 01:43:51.000000000 +0300
-@@ -27,14 +27,15 @@
- -minimal) start_option=minimal ;;
- -sasl) start_option=sasl ;;
- -cross) cross=yes ;;
-- *) ERL_ROOT=$1 ;;
-+ *) ERL_ROOT=$DESTDIR/$1;
-+ ERL_IROOT=$1 ;;
- esac
- shift
- done
-
- if [ -z "$cross" ]
- then
-- TARGET_ERL_ROOT="$ERL_ROOT"
-+ TARGET_ERL_ROOT="$ERL_IROOT"
- else
- TARGET_ERL_ROOT="$ERL_ROOT"
- ERL_ROOT=`pwd`