[BACK]Return to patch-include_SFML_Config_hpp CVS log [TXT][DIR] Up to [local] / ports / devel / sfml / patches

Annotation of ports/devel/sfml/patches/patch-include_SFML_Config_hpp, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- include/SFML/Config.hpp.orig       Wed Jan 27 16:54:01 2010
        !             3: +++ include/SFML/Config.hpp    Thu Oct 27 11:26:44 2011
        !             4: @@ -49,7 +49,7 @@
        !             5:      // MacOS
        !             6:      #define SFML_SYSTEM_MACOS
        !             7:  
        !             8: -#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
        !             9: +#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__OpenBSD__)
        !            10:  
        !            11:      // FreeBSD
        !            12:      #define SFML_SYSTEM_FREEBSD

CVSweb