Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: GNU/kFreeBSD support  (Read 2917 times)

0 Members and 1 Guest are viewing this topic.

christoph

  • Full Member
  • ***
  • Posts: 102
    • View Profile
    • http://www.christoph-egger.org
GNU/kFreeBSD support
« 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

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
GNU/kFreeBSD support
« Reply #1 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?
Laurent Gomila - SFML developer

christoph

  • Full Member
  • ***
  • Posts: 102
    • View Profile
    • http://www.christoph-egger.org
GNU/kFreeBSD support
« Reply #2 on: August 29, 2009, 03:50:35 pm »
Oh! No if that's so I was just too lazy to check trunk

 

anything