Ticket #11812: pccts-universal-patch
File pccts-universal-patch, 443 bytes (added by meissnem@…, 18 years ago) |
---|
Line | |
---|---|
1 | --- Portfile 2006-11-01 11:02:56.000000000 -0600 |
2 | +++ /Users/matt/pccts-portfile 2007-04-19 22:01:09.000000000 -0500 |
3 | @@ -30,6 +30,11 @@ |
4 | } |
5 | use_configure no |
6 | build.target |
7 | + |
8 | +variant universal { |
9 | + build.args-append CC="gcc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" |
10 | +} |
11 | + |
12 | destroot { |
13 | xinstall -m 755 ${worksrcpath}/bin/antlr ${destroot}${prefix}/bin |
14 | xinstall -m 755 ${worksrcpath}/bin/dlg ${destroot}${prefix}/bin |