pkgsrc/lang/gcc34/patches/patch-aj
shannonjr 6bf47762a8 Introduce several changes so that package builds successfully on
alpha--netbsd1.6.2:
1) Rename the baseline_symbols.txt files that define abi and implement
   logic in Makefile that uses these according to architecture and
   NetBSD version (1.x versus 2.x)
2) Add several patches that allow code to compile on alpha--netbsd1.6.2
3) Revise Makefile so that libiconv is found under NetBSD 1.6.2
2004-08-10 15:11:14 +00:00

13 lines
375 B
Text

$NetBSD: patch-aj,v 1.1 2004/08/10 15:11:15 shannonjr Exp $
--- gcc/opts.c.orig 2004-02-17 17:09:04.000000000 -0700
+++ gcc/opts.c
@@ -30,7 +30,7 @@ Software Foundation, 59 Temple Place - S
#include "output.h"
#include "langhooks.h"
#include "opts.h"
-#include "options.h"
+#include "../../obj/gcc/options.h"
#include "flags.h"
#include "toplev.h"
#include "params.h"