summaryrefslogtreecommitdiff
path: root/dev-lang/polyml/files/polyml-5.4.1-configure.patch
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-10-11 16:01:18 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-10-11 16:01:18 +0200
commit8016d8e0210901b0321484472b202fc4a2a60c17 (patch)
treeaec21cbe058a6c22e4f2a4cd8b7b6146b95633ea /dev-lang/polyml/files/polyml-5.4.1-configure.patch
parentfb19defe5746151c24aa13a91af10916691e73fb (diff)
downloadoverlay-8016d8e0210901b0321484472b202fc4a2a60c17.tar.gz
overlay-8016d8e0210901b0321484472b202fc4a2a60c17.tar.bz2
overlay-8016d8e0210901b0321484472b202fc4a2a60c17.zip
PolyML-5.5.1
Diffstat (limited to 'dev-lang/polyml/files/polyml-5.4.1-configure.patch')
-rw-r--r--dev-lang/polyml/files/polyml-5.4.1-configure.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-lang/polyml/files/polyml-5.4.1-configure.patch b/dev-lang/polyml/files/polyml-5.4.1-configure.patch
new file mode 100644
index 0000000..aaaed02
--- /dev/null
+++ b/dev-lang/polyml/files/polyml-5.4.1-configure.patch
@@ -0,0 +1,11 @@
+--- polyml.5.4.1-orig/configure.ac 2010-09-03 21:22:40.000000000 +1000
++++ polyml.5.4.1/configure.ac 2012-01-09 22:44:04.153668402 +1100
+@@ -321,7 +321,7 @@
+ AC_ARG_WITH([portable],
+ [AS_HELP_STRING([--with-portable],
+ [Build the portable interpreter version of Poly/ML instead of native @<:@default=no@:>@])], [
+- ac_cv_with_portable=yes], [
++ ac_cv_with_portable="$withval"], [
+ ac_cv_with_portable=no])
+
+ case "${host_cpu}" in