[Gtkradiant] [Bug 752] New: Error in Construct
gtkradiant@zerowing.idsoftware.com
gtkradiant@zerowing.idsoftware.com
Fri, 31 Jan 2003 11:58:49 -0600
http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=752
Summary: Error in Construct
Product: GtkRadiant
Version: 1.3
Platform: All
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P2
Component: tools
AssignedTo: ttimo@idsoftware.com
ReportedBy: champoux@attbi.com
Wasn't changed after the addition of the new Cons_gcc.pm.
Index: Construct
===================================================================
RCS file: /cvs/GtkRadiant/Construct,v
retrieving revision 1.17.2.1.2.4
diff -u -r1.17.2.1.2.4 Construct
--- Construct 31 Jan 2003 14:43:35 -0000 1.17.2.1.2.4
+++ Construct 31 Jan 2003 17:47:47 -0000
@@ -119,7 +119,7 @@
# setup for gcc 3.x
$dostlport = 0;
$staticstdcxx = 0; # static doesn't work currently
- if ($gcc_machine eq 'ppc-darwin') {
+ if ($gcc_version[2] eq 'ppc-darwin') {
$donocommon = 1;
$is_darwin = 1;
}