most recent changes, diff for prc-tools
Index: palm/prc-tools/Portfile
--- palm/prc-tools/Portfile (revision 28569)
+++ palm/prc-tools/Portfile (revision 28570)
@@ -73,7 +73,8 @@
# Cannot use gcc 4, so need to set the environment to use gcc 3.3.
# Extra configurations occur during the build phase, so the
# environment variables should be set during that phase too.
-platform darwin 8 {
- configure.env-append CC=gcc-3.3 CXX=g++-3.3 CPP=cpp-3.3
+# ATTENTION: gcc-3.3 is only available on 10.4/ppc!!!
+platform darwin 8 powerpc {
+ configure.compiler gcc-3.3
build.cmd CC=gcc-3.3 CXX=g++-3.3 CPP=cpp-3.3 make
}