On Sunday 02 of November 2003 19:54, ciesiel wrote:
> Module name: SPECS
> Changes by: ciesiel 03/11/02 19:54:38
>
> Modified files:
> ocaml.spec
>
> Log message:
> - BR
>
> Index: ocaml.spec
> ===================================================================
> RCS file: /cvsroot/SPECS/ocaml.spec,v
> diff -d -u -r1.77 -r1.78
> --- ocaml.spec 23 Oct 2003 18:56:37 -0000 1.77
> +++ ocaml.spec 2 Nov 2003 18:54:38 -0000 1.78
> @@ -50,9 +50,11 @@
> %{!?with_db3:BuildRequires: db-devel >= 4.1}
> %{?with_tk:BuildRequires: tk-devel}
> %if %{with emacs}
> +BuildRequires: emacs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> BuildRequires: xemacs
> BuildRequires: xemacs-common
To BR jest raczej niepotrzebne. Załączam pacza, który pozwala zbudować ocamla
bez tego.
--
Zbychu
diff -urN ocaml-3.07-orig/emacs/Makefile ocaml-3.07-new/emacs/Makefile
--- ocaml-3.07-orig/emacs/Makefile 2003-08-29 17:38:28.000000000 +0200
+++ ocaml-3.07-new/emacs/Makefile 2003-10-24 11:50:45.000000000 +0200
@@ -28,7 +28,7 @@
install:
@if test "$(EMACSDIR)" = ""; then \
- set xxx `($(EMACS) --batch --eval "(mapcar 'print load-path)") \
+ set xxx `($(EMACS) -batch -l -f -eval "(mapcar 'print load-path)") \
2>/dev/null | \
sed -n -e '/\/site-lisp/s/"//gp'`; \
if test "$$2" = ""; then \
@@ -49,7 +49,7 @@
if test -d $(EMACSDIR); then : ; else mkdir -p $(EMACSDIR); fi
cp $(FILES) $(EMACSDIR)
if [ -z "$(NOCOMPILE)" ]; then \
- cd $(EMACSDIR); $(EMACS) --batch --eval '$(COMPILECMD)'; \
+ cd $(EMACSDIR); $(EMACS) -batch -l -f -eval '$(COMPILECMD)'; \
fi
ocamltags: ocamltags.in
__________________________________________________________
nie pytaj co inni zrobili dla pld, pomysl ile sam zrobiles