]> git.pld-linux.org Git - packages/ghc.git/commitdiff
- don't use %{?without_...} - it may not work after inverting bcond
authorsparky <sparky@pld-linux.org>
Fri, 15 Jan 2010 20:29:12 +0000 (20:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ghc.spec -> 1.99

ghc.spec

index 733e79df006329ff3d19c9e950a1ab73b5d788a8..d6829c3655a3cc7302d4d92c5626024ad08c249a 100644 (file)
--- a/ghc.spec
+++ b/ghc.spec
@@ -140,7 +140,7 @@ cat <<'EOF' > mk/build.mk
 #SplitObjs        = YES
 #SplitObjs        = No
 #GhcBootLibs    = %{!?with_extralibs:NO}%{?with_extralibs:YES}
-#%{?without_doc:HADDOCK_DOCS = NO}
+#%{!?with_doc:HADDOCK_DOCS = NO}
 EOF
 
 %if %{with unregistered}
This page took 0.042042 seconds and 4 git commands to generate.