Ticket #4022: Portfile.patch

File Portfile.patch, 736 bytes (added by rhwood@…, 19 years ago)

Portfile diffs

  • x11/gtkmm/Portfile

    old new  
    11# $Id: Portfile,v 1.7 2005/05/15 21:01:03 olegb Exp $
    22PortSystem 1.0
    33name            gtkmm
    4 version         2.6.2
     4version         2.6.3
    55description     C++ interface to GTK+.
    66long_description        gtkmm (previously known as Gtk--) is the official \
    77                        C++ interface for the popular GUI library GTK+.
     
    1111homepage        http://www.gtkmm.org/
    1212master_sites    gnome:sources/gtkmm/2.6
    1313use_bzip2       yes
    14 checksums       md5 c1ffa447172b16d1ee787b1c69379c30
     14checksums       md5 fc398aab107b5149bf91426022cd821e
    1515depends_lib     lib:libglibmm-2:glibmm
    1616configure.env   CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"