From b46b6d42f2ab06cec949921376fc4b99df2c6630 Mon Sep 17 00:00:00 2001 From: arved Date: Mon, 2 Feb 2004 12:02:04 +0000 Subject: Fix build on AMD64 Submitted by: stephane via maintainer --- lang/ocaml/files/patch-configure | 12 ++++++++++-- 1 file 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" -- cgit