summaryrefslogtreecommitdiff
path: root/lang/ocaml
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-02-02 12:02:04 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-02-02 12:02:04 +0000
commitd596711e41b2751dafc351dfbefedc48b3230338 (patch)
tree19313b83b4cc59d1521320c797aa179866560180 /lang/ocaml
parentAdd a missing conflict (diff)
Fix build on AMD64
Submitted by: stephane via maintainer
Notes
Notes: svn path=/head/; revision=99804
Diffstat (limited to 'lang/ocaml')
-rw-r--r--lang/ocaml/files/patch-configure12
1 files changed, 10 insertions, 2 deletions
diff --git a/lang/ocaml/files/patch-configure b/lang/ocaml/files/patch-configure
index 8c1859c9a004..f73cf62cff77 100644
--- a/lang/ocaml/files/patch-configure
+++ b/lang/ocaml/files/patch-configure
@@ -1,6 +1,14 @@
--- configure.orig Thu Sep 25 10:17:13 2003
-+++ configure Thu Dec 11 13:39:49 2003
-@@ -1097,116 +1097,14 @@
++++ configure Mon Feb 2 12:54:26 2004
+@@ -559,6 +559,7 @@
+ powerpc-*-darwin*) arch=power; model=ppc; system=rhapsody;;
+ arm*-*-linux*) arch=arm; system=linux;;
+ ia64-*-linux*) arch=ia64; system=linux;;
++ amd64-*-freebsd*) arch=amd64; system=freebsd;;
+ x86_64-*-linux*) arch=amd64; system=linux;;
+ esac
+
+@@ -1097,116 +1098,14 @@
x11_include="not found"
x11_link="not found"