SFML community forums

General => Feature requests => Topic started by: christoph on August 24, 2009, 05:42:14 pm

Title: GNU/kFreeBSD support
Post by: christoph on August 24, 2009, 05:42:14 pm
Heya Laurent!

include/SFML/Config.hpp currently checks for __FreeBSD__ to detect FreeBSD kernels. The SFML_SYSTEM_FREEBSD works here for me on Debian GNU/kFreeBSD (FreeBSD Kernel + GNU Userland) just fine if I enable the build.

Could you please change the check so it also uses SFML_SYSTEM_FREEBSD if __FreeBSD_kernel__ is defined?

A patch for 1.5 is http://random.christoph-egger.org/kfreebsd.diff
Title: GNU/kFreeBSD support
Post by: Laurent on August 28, 2009, 02:01:53 pm
Hi

Sorry for the late reply, I was on holiday.

This patch has already been applied to both trunk and sfml2. Did you mean that I should apply it to the current 1.5 release as well?
Title: GNU/kFreeBSD support
Post by: christoph on August 29, 2009, 03:50:35 pm
Oh! No if that's so I was just too lazy to check trunk