Ticket #11806: python25-universal-patch

File python25-universal-patch, 234 bytes (added by meissnem@…, 17 years ago)

patchfile

Line 
1--- Portfile    2007-04-12 16:02:18.000000000 -0500
2+++ Portfile.new        2007-04-16 19:48:25.000000000 -0500
3@@ -65,3 +65,6 @@
4        destroot.target                 install maninstall
5 }
6 
7+variant universal {
8+       configure.args-append   --enable-universalsdk
9+}