Hello,
This patch adds a few new files under trunk/misc/setup/pkg and changes trunk/Makefile so that:
1) libSDL can now be linked static on Solaris (Solaris 10 provides SDL 1.2.5 and I had a few users report issues with the older system-wide SDL).
2) compile vm_sparc for Solaris/sparc as well.
3) split the iquake3d package: idquake3d (patch data files) and idquake3m (demo data file).
Please apply if you have time,
Thanks.
Vincent
(In reply to comment #0)
> 1) libSDL can now be linked static on Solaris (Solaris 10 provides SDL 1.2.5
> and I had a few users report issues with the older system-wide SDL).
We don't link SDL statically on any platform so please don't do that on Solaris either.
Also your versioning scheme ($(VERSION)-rSVNxxx) doesn't match the one we use ($(VERSION)_SVNxxx), please use the opportunity to change that unless there's a good reason to do it differntly.
Hi Ludwig,
Thanks for the answer.
I'll be providing a dynamic libSDL.so on sparc and x86 under /usr/local/share/games/quake3 *COPYDIR for Solaris*.
I changed my pach to adapt the versioning scheme to your standards.
Here's the new patch.
You attached it to the wrong bug. Anyways, applied with modifications. Instead of setting rpath (I suppose that's what -R does) I'd set LD_LIBRARY_PATH in the start script like on Linux. Why don't you use the Linux start script anyways?
Created attachment 2043 [details] Diff against SVN_HEAD