summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-04-30 10:38:04 +0000
committerwiz <wiz@pkgsrc.org>2018-04-30 10:38:04 +0000
commit0929ec8b84fc4e8861560a0d0c1de126e0c1aceb (patch)
tree9ea24dc163dc25fcb47c791890deef53c8c2a5ea /lang/ocaml/patches
parentaf80b6604eabc6be0c3577436a6e167578b71534 (diff)
downloadpkgsrc-0929ec8b84fc4e8861560a0d0c1de126e0c1aceb.tar.gz
ocaml: remove references to obsolete DragonFly/i386
Diffstat (limited to 'lang/ocaml/patches')
-rw-r--r--lang/ocaml/patches/patch-configure10
1 files changed, 1 insertions, 9 deletions
diff --git a/lang/ocaml/patches/patch-configure b/lang/ocaml/patches/patch-configure
index 1128d809a1a..ad5c3b71ec4 100644
--- a/lang/ocaml/patches/patch-configure
+++ b/lang/ocaml/patches/patch-configure
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure,v 1.32 2018/04/04 09:34:46 jaapb Exp $
+$NetBSD: patch-configure,v 1.33 2018/04/30 10:38:04 wiz Exp $
All kinds of OS-specific changes to configure
Honor LDFLAGS.
@@ -63,14 +63,6 @@ Honor LDFLAGS.
i386-*-gnu0.3) natdynlink=true;;
i[3456]86-*-haiku*) natdynlink=true;;
arm*-*-linux*) natdynlink=true;;
-@@ -951,6 +953,7 @@ system=unknown
- case "$target" in
- i[3456]86-*-linux*) arch=i386; system=linux_`sh ./runtest elf.c`;;
- i[3456]86-*-*bsd*) arch=i386; system=bsd_`sh ./runtest elf.c`;;
-+ i[3456]86-*-dragonfly*) arch=i386; system=bsd_`sh ./runtest elf.c`;;
- i[3456]86-*-solaris*) if $arch64; then
- arch=amd64; system=solaris
- else
@@ -959,6 +962,7 @@ case "$target" in
i[3456]86-*-haiku*) arch=i386; system=beos;;
i[3456]86-*-beos*) arch=i386; system=beos;;