diff options
author | wes <wes@FreeBSD.org> | 2003-10-27 21:20:32 +0000 |
---|---|---|
committer | wes <wes@FreeBSD.org> | 2003-10-27 21:20:32 +0000 |
commit | 3bb4ff2a38d95f12c3121ea4dc96fb9d9b1dee42 (patch) | |
tree | 19a62ebeaa113852e26d8b89192c4bea117b4f32 /lang | |
parent | fd1884d961457be73dc1315a57727fad766ad93b (diff) | |
download | FreeBSD-ports-3bb4ff2a38d95f12c3121ea4dc96fb9d9b1dee42.zip FreeBSD-ports-3bb4ff2a38d95f12c3121ea4dc96fb9d9b1dee42.tar.gz |
Un-broke the compile by forcing stdargs.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/snobol/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/snobol/Makefile b/lang/snobol/Makefile index 8cd396d..41e42a2 100644 --- a/lang/snobol/Makefile +++ b/lang/snobol/Makefile @@ -17,10 +17,6 @@ MAN1= snobol4.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - # Fix GCC 3.x from freaking out over some of our pointers. # # I had to patch gendata.sno, so I patched the changes it produces |