diff options
Diffstat (limited to 'lang/g95')
-rw-r--r-- | lang/g95/files/patch-gcc__config__freebsd-spec.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/g95/files/patch-gcc__config__freebsd-spec.h b/lang/g95/files/patch-gcc__config__freebsd-spec.h new file mode 100644 index 000000000000..847552c342c3 --- /dev/null +++ b/lang/g95/files/patch-gcc__config__freebsd-spec.h @@ -0,0 +1,11 @@ +--- ../gcc-4.0.3/gcc/config/freebsd-spec.h.orig 2007-12-26 10:31:59.000000000 -0500 ++++ ../gcc-4.0.3/gcc/config/freebsd-spec.h 2007-12-26 10:32:21.000000000 -0500 +@@ -55,7 +55,7 @@ + builtin_define ("__FreeBSD__=9"); \ + else if (FBSD_MAJOR == 8) \ + builtin_define ("__FreeBSD__=8"); \ +- if (FBSD_MAJOR == 7) \ ++ else if (FBSD_MAJOR == 7) \ + builtin_define ("__FreeBSD__=7"); \ + else if (FBSD_MAJOR == 6) \ + builtin_define ("__FreeBSD__=6"); \ |