diff options
Diffstat (limited to 'lang/gcc295')
-rw-r--r-- | lang/gcc295/files/patch-ad | 2 | ||||
-rw-r--r-- | lang/gcc295/files/patch-af | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc295/files/patch-ad b/lang/gcc295/files/patch-ad index bea070deb344..315d683e83cd 100644 --- a/lang/gcc295/files/patch-ad +++ b/lang/gcc295/files/patch-ad @@ -6,7 +6,7 @@ + +/* Get generic FreeBSD definitions. */ -+#include <freebsd.h> ++#include "freebsd.h" + /* This goes away when the math-emulator is fixed */ #define TARGET_CPU_DEFAULT 0400 /* TARGET_NO_FANCY_MATH_387 */ diff --git a/lang/gcc295/files/patch-af b/lang/gcc295/files/patch-af index c1f1ba0e855f..d08e4eb1fffc 100644 --- a/lang/gcc295/files/patch-af +++ b/lang/gcc295/files/patch-af @@ -6,7 +6,7 @@ + +/* Get generic FreeBSD definitions. */ -+#include <freebsd.h> ++#include "freebsd.h" + #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (i386 FreeBSD/ELF)"); |