diff options
author | arved <arved@FreeBSD.org> | 2004-02-02 20:53:27 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-02-02 20:53:27 +0800 |
commit | 29c236dc42ce06d72f1ffb3c9512acff26e38bf7 (patch) | |
tree | 053cf15f9f92f05455e2850368791e9bcafc939e /lang | |
parent | 3a5c16db4bbbc0c0bea16e1f4f3a3a2d97f0f2bd (diff) | |
download | freebsd-ports-gnome-29c236dc42ce06d72f1ffb3c9512acff26e38bf7.tar.gz freebsd-ports-gnome-29c236dc42ce06d72f1ffb3c9512acff26e38bf7.tar.zst freebsd-ports-gnome-29c236dc42ce06d72f1ffb3c9512acff26e38bf7.zip |
Fix build on IA64, while I am here.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ocaml/files/patch-configure | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/lang/ocaml/files/patch-configure b/lang/ocaml/files/patch-configure index f73cf62cff77..931cc8a6cfe9 100644 --- a/lang/ocaml/files/patch-configure +++ b/lang/ocaml/files/patch-configure @@ -1,14 +1,24 @@ ---- configure.orig Thu Sep 25 10:17:13 2003 -+++ configure Mon Feb 2 12:54:26 2004 -@@ -559,6 +559,7 @@ +--- configure.orig Thu Sep 25 01:17:13 2003 ++++ configure Mon Feb 2 04:21:43 2004 +@@ -559,6 +559,8 @@ powerpc-*-darwin*) arch=power; model=ppc; system=rhapsody;; arm*-*-linux*) arch=arm; system=linux;; ia64-*-linux*) arch=ia64; system=linux;; ++ ia64-*-freebsd*) arch=ia64; system=freebsd;; + amd64-*-freebsd*) arch=amd64; system=freebsd;; x86_64-*-linux*) arch=amd64; system=linux;; esac -@@ -1097,116 +1098,14 @@ +@@ -621,7 +623,7 @@ + power,*,bsd) aspp='gcc'; asppflags='-c -DSYS_$(SYSTEM)';; + power,*,rhapsody) ;; + arm,*,linux) aspp='gcc'; asppflags='-c -DSYS_$(SYSTEM)';; +- ia64,*,linux) asflags=-xexplicit ++ ia64,*,*) asflags=-xexplicit + aspp='gcc'; asppflags='-c -DSYS_$(SYSTEM) -Wa,-xexplicit';; + amd64,*,*) aspp='gcc'; asppflags='-c -DSYS_$(SYSTEM)';; + esac +@@ -1097,116 +1099,14 @@ x11_include="not found" x11_link="not found" |