aboutsummaryrefslogtreecommitdiff
path: root/lang/ocaml
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-02-02 12:53:27 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-02-02 12:53:27 +0000
commit7c99d4cdef2533e448c415e0ed9fbcb13c4984cf (patch)
tree295fceb4007297401ef52528a83175f8a6743482 /lang/ocaml
parent98e2861260a484191fc8dcda6bf61babeb63e47d (diff)
downloadports-7c99d4cdef2533e448c415e0ed9fbcb13c4984cf.tar.gz
ports-7c99d4cdef2533e448c415e0ed9fbcb13c4984cf.zip
Fix build on IA64, while I am here.
Notes
Notes: svn path=/head/; revision=99806
Diffstat (limited to 'lang/ocaml')
-rw-r--r--lang/ocaml/files/patch-configure18
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"