Ticket #49449: Portfile.diff

File Portfile.diff, 932 bytes (added by howarth.at.macports@…, 9 years ago)

Portfile diff to properly address c++11 issue for older OS X releases using upstream patch

  • Portfile

    old new  
    77
    88name                pymol
    99version             1.7.7.2
     10revision            1
    1011categories          science chemistry
    1112license             PSF
    1213maintainers         gmail.com:howarth.at.macports
     
    2223master_sites        sourceforge
    2324fetch.type          svn
    2425svn.url             https://svn.code.sf.net/p/pymol/code/trunk/pymol
    25 svn.revision        4136
     26svn.revision        4139
    2627worksrcdir          pymol
    2728
    2829python.default_version 27
     
    4647patchfiles          setup_py.diff \
    4748                    pymol_shell.diff \
    4849                    pmg_tk_platform.patch \
    49                     apbs-psize.patch
     50                    apbs-psize.patch \
     51                    pymol_no_cxx11.patch
    5052
    5153if {${os.platform} eq "darwin" && ${os.major} >= 12} {
    5254    patchfiles-append pymol-use-glkit.diff