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

File: [local] / ports / graphics / phatch / patches / Attic / patch-setup_py (download)

Revision 1.1, Sun Oct 30 11:08:06 2011 UTC (12 years, 8 months ago) by yason
Branch: MAIN

unbreak build, some cleanup

$OpenBSD$
--- setup.py.orig	Sun Oct 30 14:57:15 2011
+++ setup.py	Sun Oct 30 14:57:30 2011
@@ -22,7 +22,7 @@ import sys
 
 WINDOWS = sys.platform.startswith('win')
 MAC = sys.platform.startswith('darwin')
-LINUX = sys.platform.startswith('linux')
+LINUX = sys.platform.startswith('openbsd')
 
 NO_WINDOWS = '''
 Sorry, the use of setup.py is not supported yet for Windows.