Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2011 20:07:25 +0200
From:      Andriy Gapon <avg@FreeBSD.org>
To:        michael.grunewald@laposte.net
Cc:        FreeBSD Ports <freebsd-ports@FreeBSD.org>
Subject:   lang/ocaml: configure script not freebsd10 friendly
Message-ID:  <4ED3CDDD.4030703@FreeBSD.org>

next in thread | raw e-mail | index | archive | help

The following extra diff demonstrates the problem:
--- configure.orig2	2011-11-28 20:00:49.452553350 +0200
+++ configure	2011-11-28 20:00:52.493371250 +0200
@@ -523,7 +523,7 @@
       mksharedlib="$flexlink"
       mkmaindll="$flexlink -maindll"
       shared_libraries_supported=true;;
-    *-*-linux-gnu|*-*-linux|*-*-freebsd[3-9]*|*-*-openbsd*|*-*-netbsd*|*-*-gnu*)
+    *-*-linux-gnu|*-*-linux|*-*-freebsd*|*-*-openbsd*|*-*-netbsd*|*-*-gnu*)
       sharedcccompopts="-fPIC"
       mksharedlib="$bytecc -shared"
       bytecclinkopts="$bytecclinkopts -Wl,-E"

I think that it's better to have FreeBSD 10 support then to worry about FreeBSD
2.x (or even 1.x) :-)

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4ED3CDDD.4030703>