Ticket #4022: Portfile.patch
File Portfile.patch, 736 bytes (added by rhwood@…, 19 years ago) |
---|
-
x11/gtkmm/Portfile
old new 1 1 # $Id: Portfile,v 1.7 2005/05/15 21:01:03 olegb Exp $ 2 2 PortSystem 1.0 3 3 name gtkmm 4 version 2.6. 24 version 2.6.3 5 5 description C++ interface to GTK+. 6 6 long_description gtkmm (previously known as Gtk--) is the official \ 7 7 C++ interface for the popular GUI library GTK+. … … 11 11 homepage http://www.gtkmm.org/ 12 12 master_sites gnome:sources/gtkmm/2.6 13 13 use_bzip2 yes 14 checksums md5 c1ffa447172b16d1ee787b1c69379c3014 checksums md5 fc398aab107b5149bf91426022cd821e 15 15 depends_lib lib:libglibmm-2:glibmm 16 16 configure.env CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"