From: undefine Date: Mon, 5 Jan 2004 20:38:05 +0000 (+0000) Subject: - release 6, fixes x11libdir to allow build on amd64 X-Git-Tag: auto/ac/ocaml-3_07-6 X-Git-Url: http://git.pld-linux.org/?p=packages%2Focaml.git;a=commitdiff_plain;h=2e6ceb743473b5d0b77ddce074a7664806d2e728 - release 6, fixes x11libdir to allow build on amd64 Changed files: ocaml.spec -> 1.82 --- diff --git a/ocaml.spec b/ocaml.spec index 7ba9c2a..38fa0ae 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -15,7 +15,7 @@ Summary: The Objective Caml compiler and programming environment Summary(pl): Kompilator OCamla (Objective Caml) oraz ¶rodowisko programistyczne Name: ocaml Version: 3.07 -Release: 5 +Release: 6 License: distributable Vendor: Group of implementors Group: Development/Languages @@ -295,6 +295,7 @@ cp %{SOURCE6} docs/camlp4-tutorial.ps.gz #%patch6 -p1 %build +cp /usr/share/automake/config.sub config/gnu ./configure \ -cc "%{__cc} %{rpmcflags}" \ -bindir %{_bindir} \ @@ -302,7 +303,8 @@ cp %{SOURCE6} docs/camlp4-tutorial.ps.gz -mandir %{_mandir}/man1 \ -host %{_host} \ %{!?with_tk:-no-tk} \ - -with-pthread + -with-pthread \ + -x11lib /usr/X11R6/%{_lib} %{__make} world bootstrap opt.opt %{__make} -C tools objinfo