aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-12-31 09:58:48 +0800
committernaddy <naddy@FreeBSD.org>2002-12-31 09:58:48 +0800
commit5a611622bbde96a57c92798f474f1c7abcc78080 (patch)
tree6e9932c760e14db9d9da250623322d1897a76944 /misc
parent0e8a38cff8c83324b138c404146c8c26cf51c49d (diff)
downloadfreebsd-ports-gnome-5a611622bbde96a57c92798f474f1c7abcc78080.tar.gz
freebsd-ports-gnome-5a611622bbde96a57c92798f474f1c7abcc78080.tar.zst
freebsd-ports-gnome-5a611622bbde96a57c92798f474f1c7abcc78080.zip
Fix dependency generation for GCC3 (-CURRENT).
Diffstat (limited to 'misc')
-rw-r--r--misc/pbs/files/patch-buildutils_makedepend-sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/pbs/files/patch-buildutils_makedepend-sh b/misc/pbs/files/patch-buildutils_makedepend-sh
new file mode 100644
index 000000000000..89546a086ce6
--- /dev/null
+++ b/misc/pbs/files/patch-buildutils_makedepend-sh
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- buildutils/makedepend-sh.orig Tue Dec 31 02:41:12 2002
++++ buildutils/makedepend-sh Tue Dec 31 02:45:59 2002
+@@ -576,6 +576,7 @@
+ eval $CPP $arg_cc $d/$s $errout | \
+ sed -n -e "s;^\# [0-9][0-9 ]*\"\(.*\)\";$f: \1;p" | \
+ grep -v "$s\$" | \
++ grep -v ": <.*>\$" | \
+ sed -e 's;\([^ :]*: [^ ]*\).*;\1;' \
+ >> $TMP
+ ;;