ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/cmake.spec
(Generate patch)

Comparing COMP/CMSDIST/cmake.spec (file contents):
Revision 1.26 by eulisse, Thu Sep 23 08:34:03 2010 UTC vs.
Revision 1.27 by eulisse, Wed Oct 27 07:19:36 2010 UTC

# Line 21 | Line 21 | Requires: zlib
21   %patch2 -p1
22  
23   %build
24 + # Work around a bug in the latest Java Update on MacosX.
25 + case %cmsos in
26 +  osx*)
27 +    if [ ! -f /System/Library/Frameworks/JavaVM.framework/Headers/jni.h ]
28 +    then
29 +      echo "Please make sure you have JAVA SDK installed (http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=20719)."
30 +      exit 1
31 +    fi
32 +  ;;
33 + esac
34   ./configure --prefix=%i
35   make %makeprocesses

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines