aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc295
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-03-30 18:42:02 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-03-30 18:42:02 +0000
commit3d882ed96bcf8ec69cc2971833538bb631df9ca1 (patch)
tree76bd9887676088a411e0360b50794f8216c22d27 /lang/gcc295
parent6a9f6dc39fbbf94d21b19d3fc2e7711bbd779566 (diff)
downloadports-3d882ed96bcf8ec69cc2971833538bb631df9ca1.tar.gz
ports-3d882ed96bcf8ec69cc2971833538bb631df9ca1.zip
Notes
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 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)");