From 588018b3c88ce0fc6c2afa86e4e372a8cf8dc4ef Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 17 Mar 2012 12:08:39 -0700 Subject: grass: move patch notes up --- Library/Formula/grass.rb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/grass.rb b/Library/Formula/grass.rb index e0264461d..a8c2e1650 100644 --- a/Library/Formula/grass.rb +++ b/Library/Formula/grass.rb @@ -24,9 +24,8 @@ class Grass < Formula depends_on "cairo" if MacOS.leopard? - def patches - DATA - end + # Patch to ensure 32 bit system python is used for wxWidgets + def patches; DATA; end def options [ @@ -122,8 +121,6 @@ has been modified to use the OS X system Python and to start it in 32 bit mode. end __END__ -Patch to ensure 32 bit system python is used for wxWidgets - diff --git a/lib/init/init.sh b/lib/init/init.sh index 8c87fe1..2d1a2a3 100644 --- a/lib/init/init.sh -- cgit v1.2.3