summaryrefslogtreecommitdiff
path: root/lang/gcc295
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc295')
-rw-r--r--lang/gcc295/files/patch-ad2
-rw-r--r--lang/gcc295/files/patch-af2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc295/files/patch-ad b/lang/gcc295/files/patch-ad
index 315d683e83cd..bea070deb344 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 d08e4eb1fffc..c1f1ba0e855f 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)");