- Fix build with new GCC and remove BROKEN - Regenerate patches to make portlint(1) happy - Add fortran to USES - Bump PORTREVISION PR: 205241 Submitted by: Carlos J. Puga Medina <cpm@fbsd.es> Approved by: junovitch (mentor)
10 lines
241 B
C
10 lines
241 B
C
--- cpuid_sparc.c.orig 2010-11-05 13:57:49 UTC
|
|
+++ cpuid_sparc.c
|
|
@@ -49,6 +49,7 @@ void get_subdirname(void){
|
|
}
|
|
|
|
void get_cpuconfig(void){
|
|
+ printf("#define SPARC\n");
|
|
printf("#define V9\n");
|
|
printf("#define DTB_ENTRIES 32\n");
|
|
}
|