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

Annotation of ports/graphics/phatch/patches/patch-setup_py, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- setup.py.orig      Sun Oct 30 14:57:15 2011
        !             3: +++ setup.py   Sun Oct 30 14:57:30 2011
        !             4: @@ -22,7 +22,7 @@ import sys
        !             5:
        !             6:  WINDOWS = sys.platform.startswith('win')
        !             7:  MAC = sys.platform.startswith('darwin')
        !             8: -LINUX = sys.platform.startswith('linux')
        !             9: +LINUX = sys.platform.startswith('openbsd')
        !            10:
        !            11:  NO_WINDOWS = '''
        !            12:  Sorry, the use of setup.py is not supported yet for Windows.

CVSweb