]> git.pld-linux.org Git - packages/ocaml.git/commitdiff
- unified bconds auto/ac/ocaml-3_07-2
authorTomasz Pala <gotar@pld-linux.org>
Sat, 4 Oct 2003 13:44:16 +0000 (13:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ocaml.spec -> 1.76

ocaml.spec

index 969a173390c92fd734b78b0caf3d0397526cc6ca..468cd4302d29f44bd4184ea4b715f18f53ffcdff 100644 (file)
@@ -2,12 +2,12 @@
 # Conditional build:
 
 %bcond_without emacs   # emacs subpackage
-%bcond_without x11     # without X11 support 
+%bcond_without x       # without X11 support 
 %bcond_without tk      # tk support
 %bcond_with db3                # use db3 instead of db 4.x
 
 # --without x11 implies --without tk
-%{!?with_x11:%undefine with_tk}
+%{!?with_x:%undefine   with_tk}
 
 %define p4ver 3.06
 
@@ -44,7 +44,7 @@ Patch3:               %{name}-mano.patch
 Patch4:                %{name}-unused-var-warning.patch
 Patch5:                %{name}-camlp4-labl-fix.patch
 URL:           http://caml.inria.fr/
-%{?with_x11:BuildRequires:             XFree86-devel}
+%{?with_x:BuildRequires:               XFree86-devel}
 %{?with_db3:BuildRequires:     db3-devel}
 %{!?with_db3:BuildRequires:    db-devel >= 4.1}
 %{?with_tk:BuildRequires:              tk-devel}
This page took 0.067596 seconds and 4 git commands to generate.