[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.3

1.1       yason       1: $OpenBSD$
1.3     ! yason       2: --- src/Common/commandline.cpp.orig    Wed Aug 10 17:21:22 2011
        !             3: +++ src/Common/commandline.cpp Wed Sep  7 17:13:52 2011
        !             4: @@ -48,7 +48,7 @@
1.2       yason       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