summaryrefslogtreecommitdiff
path: root/lang/snobol
diff options
context:
space:
mode:
authorWes Peters <wes@FreeBSD.org>2003-10-27 20:44:31 +0000
committerWes Peters <wes@FreeBSD.org>2003-10-27 20:44:31 +0000
commit7aca62c4cb54b4a3b30a772d0875ebcc6b76f8be (patch)
tree51be9d448c2eff1dfcd669b1f24d682a5b1eb7ca /lang/snobol
parentFix build on -CURRENT. (diff)
Follow the bouncing C compiler: use stdargs instead of varargs in this
lovely ancient code.
Notes
Notes: svn path=/head/; revision=92350
Diffstat (limited to 'lang/snobol')
-rw-r--r--lang/snobol/files/patch-aa3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/snobol/files/patch-aa b/lang/snobol/files/patch-aa
index ebe6b8f6937a..95e9d074735a 100644
--- a/lang/snobol/files/patch-aa
+++ b/lang/snobol/files/patch-aa
@@ -1,7 +1,8 @@
--- config/bsd44.m4.orig Thu Aug 31 09:49:40 2000
+++ config/bsd44.m4 Thu Aug 31 09:49:59 2000
-@@ -1,3 +1,4 @@
+@@ -1,3 +1,5 @@
# $Id: bsd44.m4,v 1.3 1996/10/05 06:25:58 phil Exp $
# config for BSD 4.4, and progeny (BSDI, NetBSD, FreeBSD, 386BSD)
+DYNAMIC_C=lib/generic/dynamic.c
++ADD_CPPFLAGS([-DUSE_STDARG_H])