diff options
author | jaapb <jaapb@pkgsrc.org> | 2012-10-26 08:18:15 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2012-10-26 08:18:15 +0000 |
commit | e6aa2354be21f8bd3973b6d40387ec94a92387c7 (patch) | |
tree | 9380eb9bf60bcc21b061548c94665f38e4c14fe0 /lang/ocaml | |
parent | dc399aa1844ea6291eaf097c951ccf8b190b6af6 (diff) | |
download | pkgsrc-e6aa2354be21f8bd3973b6d40387ec94a92387c7.tar.gz |
Updated patch-configure to correct a build failure on DragonFly BSD
(discussed with marino@)
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/distinfo | 4 | ||||
-rw-r--r-- | lang/ocaml/patches/patch-configure | 11 |
2 files changed, 12 insertions, 3 deletions
diff --git a/lang/ocaml/distinfo b/lang/ocaml/distinfo index 98b63be94fd..c7fa840629c 100644 --- a/lang/ocaml/distinfo +++ b/lang/ocaml/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.64 2012/10/08 15:05:32 jaapb Exp $ +$NetBSD: distinfo,v 1.65 2012/10/26 08:18:15 jaapb Exp $ SHA1 (ocaml-4.00.1.tar.bz2) = 10b8a4d0b88d20b003e3dd719f2ac9434e6a1042 RMD160 (ocaml-4.00.1.tar.bz2) = db28f57b463af90650b877af0baf44eb226b0a79 @@ -11,7 +11,7 @@ SHA1 (patch-asmrun_signals_osdep.h) = cc7131ef020563ae28c1fddbe8fe634174f73826 SHA1 (patch-bytecomp_bytelink.ml) = 051044bc6f534d3f197d40e6d527e5224a1f166a SHA1 (patch-byterun_Makefile) = 9681ce78c78879d29d9c58f35278a14e6cb18e96 SHA1 (patch-camlp4_man_Makefile) = c3a5dc09a2cc15d969c4e074be7da98a979f7db4 -SHA1 (patch-configure) = 0a6a4c75f1c6ef6d4dfc0a1bcfe1a003e5e0db6b +SHA1 (patch-configure) = 71c49c38c59350897fe9b0831cfc2bab52b922b4 SHA1 (patch-debugger_Makefile.shared) = 583fa88caf965164aa3b638dda4c2a6e8878bdf9 SHA1 (patch-man_Makefile) = 3f52dd1fcbde53399852a6490d5f27fc7c1c98e5 SHA1 (patch-ocamldoc_Makefile) = d09c5f779dc1da9317d1c6e5eb4b251a9af45562 diff --git a/lang/ocaml/patches/patch-configure b/lang/ocaml/patches/patch-configure index 53ba8a41cb2..c0cd57a7b1c 100644 --- a/lang/ocaml/patches/patch-configure +++ b/lang/ocaml/patches/patch-configure @@ -1,8 +1,17 @@ -$NetBSD: patch-configure,v 1.1 2012/10/08 15:05:33 jaapb Exp $ +$NetBSD: patch-configure,v 1.2 2012/10/26 08:18:15 jaapb Exp $ Several configure changes to work on and detect NetBSD (and some other OSes) --- configure.orig 2012-06-26 15:33:50.000000000 +0000 +++ configure +@@ -537,7 +537,7 @@ if test $withsharedlibs = "yes"; then + mksharedlib="$flexlink" + mkmaindll="$flexlink -maindll" + shared_libraries_supported=true;; +- *-*-linux-gnu|*-*-linux|*-*-freebsd[3-9]*|*-*-openbsd*|*-*-netbsd*|*-*-gnu*) ++ *-*-linux-gnu|*-*-linux|*-*-freebsd[3-9]*|*-*-openbsd*|*-*-netbsd*|*-*-gnu*|*-*-dragonfly) + sharedcccompopts="-fPIC" + mksharedlib="$bytecc -shared" + bytecclinkopts="$bytecclinkopts -Wl,-E" @@ -633,7 +633,7 @@ if test $withsharedlibs = "yes"; then x86_64-*-linux*) natdynlink=true;; i[3456]86-*-darwin[89].*) natdynlink=true;; |