1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/palm/prc-tools/files/post-patch-gcc:Makefile.in
Mark Linimon 552db21533 Update to 2.3. No longer needs quite so many antique gcc files.
Enable the arm tools (although they aren't - submitter doesn't have
an arm palm pilot).  Also now compiles on 5.x.  (Tested on 4.x as well).

PR:		ports/62491
Submitted by:	Peter Haight <peterh@sapros.com>
2004-02-08 10:07:40 +00:00

12 lines
481 B
Plaintext

--- gcc/Makefile.in.orig Sat Feb 7 10:51:36 2004
+++ gcc/Makefile.in Sat Feb 7 10:50:59 2004
@@ -659,7 +659,7 @@
# -I$(@D) and -I$(srcdir)/$(@D) cause the subdirectory of the file
# currently being compiled, in both source trees, to be examined as well.
INCLUDES = -I. -I$(@D) -I$(srcdir) -I$(srcdir)/$(@D) \
- -I$(srcdir)/config -I$(srcdir)/../include
+ -I$(srcdir)/config -I$(srcdir)/../include -I/usr/include
# Always use -I$(srcdir)/config when compiling.
.c.o: