Re: oolite: fix -fno-common

2021-03-07 Thread Anthony J. Bentley
Antoine Jacoutot writes: > > I gave it a try, but got stuck at link time. > > > > undefined reference to `__stack_chk_fail'? > > undefined reference to `__errno_location'?? > > undefined reference to `stdin'??? > > Probably due to -no-undefined I think the problem is that it's trying to link

Re: oolite: fix -fno-common

2021-03-07 Thread Antoine Jacoutot
On Sun, Mar 07, 2021 at 01:37:19AM -0700, Anthony J. Bentley wrote: > Christian Weisgerber writes: > > Martin Vahlensieck: > > > > > Rather mechanical fix for -fno-common. > > > > This would be a great opportunity to update the port to the latest > > release 1.90 instead of letting the obsolete

Re: oolite: fix -fno-common

2021-03-07 Thread Anthony J. Bentley
Christian Weisgerber writes: > Martin Vahlensieck: > > > Rather mechanical fix for -fno-common. > > This would be a great opportunity to update the port to the latest > release 1.90 instead of letting the obsolete version sit there. I gave it a try, but got stuck at link time. undefined

Re: oolite: fix -fno-common

2021-03-06 Thread Nicholas Marriott
Hi I don't have any OpenBSD machines capable of running this now so there is not much point in me staying as maintainer. Thanks Index: Makefile === RCS file: /cvs/ports/games/oolite/Makefile,v retrieving revision 1.22 diff -u -p

Re: oolite: fix -fno-common

2021-03-06 Thread Christian Weisgerber
Martin Vahlensieck: > Rather mechanical fix for -fno-common. This would be a great opportunity to update the port to the latest release 1.90 instead of letting the obsolete version sit there. > Builds and starts, but I don't > know how to play it, so can't judge if that works. Yes, that's a

Re: oolite: fix -fno-common

2021-03-06 Thread Greg Steuck
Thanks Martin! Martin Vahlensieck writes: > Rather mechanical fix for -fno-common. Builds and starts, but I don't > know how to play it, so can't judge if that works. Makefile needs this little bit too: @@ -33,6 +33,7 @@ ALL_TARGET= release FIX_CRLF_FILES = GNUmakefile.postamble \

oolite: fix -fno-common

2021-03-06 Thread Martin Vahlensieck
Hi Rather mechanical fix for -fno-common. Builds and starts, but I don't know how to play it, so can't judge if that works. Best, Martin Index: Makefile === RCS file: /cvs/ports/games/oolite/Makefile,v retrieving revision 1.24