summaryrefslogtreecommitdiff
path: root/mail/smail
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-12-31 00:57:35 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-12-31 00:57:35 +0000
commitfafaf5ef25919c4ce39fb59cd5b2cb2cc9bef5a7 (patch)
treef37bdc6c55117df78b62bc38cd3da7923ed38e7a /mail/smail
parentOnly for i386 (Sony Vaio). (diff)
Fix build for GCC3 (-CURRENT).
Notes
Notes: svn path=/head/; revision=71990
Diffstat (limited to 'mail/smail')
-rw-r--r--mail/smail/files/patch-conf_lib_mkdepend.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/smail/files/patch-conf_lib_mkdepend.sh b/mail/smail/files/patch-conf_lib_mkdepend.sh
new file mode 100644
index 000000000000..d3b5483761d0
--- /dev/null
+++ b/mail/smail/files/patch-conf_lib_mkdepend.sh
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- conf/lib/mkdepend.sh.orig Tue Dec 31 01:45:53 2002
++++ conf/lib/mkdepend.sh Tue Dec 31 01:48:30 2002
+@@ -60,6 +60,7 @@
+ # the compiler with the sun 3 produces extra garbage after
+ # the quoted filename.
+ sed -n 's/^#[ ]*[0-9]*[ ]*"\(.*\)"[ 0-9]*$/\1/p' |
++ grep -v '^<.*>$' | # remove GCC3 <built-in> etc
+ sed 's%^\./%%' | # remove ./ prefixes
+ # next remove
+ sort | uniq |