Ticket #33986: Portfile.diff

File Portfile.diff, 1.3 KB (added by christophe.prudhomme@…, 12 years ago)
  • Portfile

    old new  
    11# -*- 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$
    33
    44PortSystem          1.0
    55PortGroup           cmake 1.0
     
    2121master_sites        http://www.geuz.org/gmsh/src/
    2222distname            gmsh-${version}-source
    2323extract.suffix      .tgz
     24conflicts           gmsh-devel
    2425
    2526checksums           \
    2627                          sha1    b541fd9f1aadf1df7bf6fdd97a68ca41966ffeb6 \
    2728                          rmd160  49ab2054d546e4549250119cec0453cd1cdfffef
    2829
    29 patchfiles          patch-cmakelists.diff
    30 
    3130# https://trac.macports.org/ticket/33925
    3231if {${configure.compiler} == "clang"} {
    3332    configure.compiler llvm-gcc-4.2
     
    3736    -DENABLE_NATIVE_FILE_CHOOSER:BOOL=OFF\
    3837    -DENABLE_OCC:BOOL=OFF \
    3938    -DENABLE_FLTK:BOOL=ON\
    40     -DENABLE_GRAPHICS:BOOL=ON
     39    -DENABLE_GRAPHICS:BOOL=ON\
     40    -DENABLE_APP_BUNDLE=OFF
    4141
    4242post-build {
    4343    # lib and shared targets are not handled by default target