summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-02 19:19:10 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-02 19:19:10 +0000
commit647facfbf7a9f635b66f42b06b64960723f7c169 (patch)
tree1982adea53dfff2ba4fccd2f830d7ab963278053 /dev-lang/erlang/files
parentfixed various issues (deps, file locations, manpages) -- see changelog for mo... (diff)
downloadgentoo-2-647facfbf7a9f635b66f42b06b64960723f7c169.tar.gz
gentoo-2-647facfbf7a9f635b66f42b06b64960723f7c169.tar.bz2
gentoo-2-647facfbf7a9f635b66f42b06b64960723f7c169.zip
Fix host detection #94090 by Matthew Kennedy.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-lang/erlang/files')
-rw-r--r--dev-lang/erlang/files/erlang-10.2.6-export-TARGET.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-lang/erlang/files/erlang-10.2.6-export-TARGET.patch b/dev-lang/erlang/files/erlang-10.2.6-export-TARGET.patch
new file mode 100644
index 000000000000..13a68021e8be
--- /dev/null
+++ b/dev-lang/erlang/files/erlang-10.2.6-export-TARGET.patch
@@ -0,0 +1,11 @@
+--- Makefile.in
++++ Makefile.in
+@@ -85,7 +85,7 @@
+ MAKE = @MAKE_PROG@
+
+ # This should be set to the target "arch-vendor-os"
+-TARGET = @TARGET@
++export TARGET = @TARGET@
+
+ # A BSD compatible install program
+ INSTALL = @INSTALL@