- 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)
12 lines
208 B
C
12 lines
208 B
C
--- cpuid_ia64.c.orig 2010-11-05 13:57:49 UTC
|
|
+++ cpuid_ia64.c
|
|
@@ -38,7 +38,9 @@
|
|
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
+#ifdef linux
|
|
#include <sys/sysinfo.h>
|
|
+#endif
|
|
#include "cpuid.h"
|
|
|
|
#ifdef __ECC
|