summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/native-gtk/config.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove the old native gtk building script. It is no longer needed:mjwybrow2009-06-171-495/+0
| | | | | | | | | | | | The easiest way to do this now is to install a second macport tree as per the instructions on our CompilingMacOsX wiki page then edit the /opt/local-native/etc/macports/variants.conf file to have the line: +universal +no_x11 +quartz This will cause it to build all packages with the no_x11 and quartz variants if they exist. You probably also need to set alternate applications_dir and frameworks_dir variables in the /opt/local-native/etc/macports/macports.conf file so that things don't clash with your standard macports tree. (bzr r8096)
* * packaging/macosx/native-gtk/glibconfig.h,mjwybrow2007-03-191-0/+495
packaging/macosx/native-gtk/build-gtk.sh, packaging/macosx/native-gtk/config.h: Add a couple of modified glib headers needed to build Universal versions of glib using the build-gtk.sh script. (bzr r2707)