Ticket #33986: Portfile.diff
File Portfile.diff, 1.3 KB (added by christophe.prudhomme@…, 13 years ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id : Portfile 91786 2012-04-10 15:14:26Z macsforever2000@macports.org$2 # $Id$ 3 3 4 4 PortSystem 1.0 5 5 PortGroup cmake 1.0 … … 21 21 master_sites http://www.geuz.org/gmsh/src/ 22 22 distname gmsh-${version}-source 23 23 extract.suffix .tgz 24 conflicts gmsh-devel 24 25 25 26 checksums \ 26 27 sha1 b541fd9f1aadf1df7bf6fdd97a68ca41966ffeb6 \ 27 28 rmd160 49ab2054d546e4549250119cec0453cd1cdfffef 28 29 29 patchfiles patch-cmakelists.diff30 31 30 # https://trac.macports.org/ticket/33925 32 31 if {${configure.compiler} == "clang"} { 33 32 configure.compiler llvm-gcc-4.2 … … 37 36 -DENABLE_NATIVE_FILE_CHOOSER:BOOL=OFF\ 38 37 -DENABLE_OCC:BOOL=OFF \ 39 38 -DENABLE_FLTK:BOOL=ON\ 40 -DENABLE_GRAPHICS:BOOL=ON 39 -DENABLE_GRAPHICS:BOOL=ON\ 40 -DENABLE_APP_BUNDLE=OFF 41 41 42 42 post-build { 43 43 # lib and shared targets are not handled by default target