Re: [AD] bug report: allegro-4.1.6: static libraries linked into shared library |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> I'm currently making an allegro package for NetBSD; it's going
> pretty well (much better than the last time I tried this -- thanks
> for the work on improving portability).
It would be nice if you could add the detection of NetBSD to Allegro, so that
the grabber displays "NetBSD" instead of "Unix". The only requirement is that
HAVE_SYS_UTSNAME_H be defined in include/allegro/platform/alunixac.h after
the configure script was run.
If so, you'll simply have to:
- add the new constant to include/allegro/system.h,
- add the detection code to src/unix/usystem.c,
- document it in docs/src/allegro._tx,
- add the string to tools/grabber.c
and post the patch (diff -u) here.
--
Eric Botcazou