swrast_legacy: fix gcc2 GL rendering

* hrev45297 removed the setting of the defines
  in addition to removing the --no-warnings
* Found after a git bisect and stpere's sharp eyes
* Finally resolves #9473
This commit is contained in:
Alexander von Gluck IV
2013-03-19 19:51:17 -05:00
parent ca8ad1dc1a
commit 3764bc554c
+2
View File
@@ -20,6 +20,8 @@ if $(TARGET_PLATFORM) != haiku {
} else if $(TARGET_ARCH) = sparc {
defines += USE_SPARC_ASM ;
}
SubDirC++Flags [ FDefines $(defines) ] ;
}