mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
552db21533
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>
12 lines
481 B
Plaintext
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:
|