[BACK]Return to patch-src_Common_commandline_cpp CVS log [TXT][DIR] Up to [local] / ports / graphics / luminance / patches

Annotation of ports/graphics/luminance/patches/patch-src_Common_commandline_cpp, Revision 1.2

1.1       yason       1: $OpenBSD$
1.2     ! yason       2: --- src/Common/commandline.cpp.orig    Mon May  2 15:20:20 2011
        !             3: +++ src/Common/commandline.cpp Mon May  2 15:20:58 2011
        !             4: @@ -40,7 +40,7 @@
        !             5:  #include "Fileformat/pfstiff.h"
        !             6:  #include "Fileformat/pfs_file_format.h"
1.1       yason       7:
                      8: -#if defined(__FreeBSD__) || defined(WIN32) || defined(Q_WS_MAC) || defined(__APPLE__)
                      9: +#if defined(__FreeBSD__) || defined(WIN32) || defined(Q_WS_MAC) || defined(__APPLE__) || defined(__OpenBSD__)
1.2     ! yason      10:  #define error(Z) { fprintf(stderr,"%s", Z); exit(1); }
        !            11:
1.1       yason      12:  #else

CVSweb