mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 09:10:32 -04:00
A fast implementation of the xmlrpc spec for Python PR: 26769 Submitted by: Chang, Hye-Shik <perky@python.or.kr>
11 lines
227 B
Python
11 lines
227 B
Python
--- setup.py.orig Sun Apr 22 23:37:47 2001
|
|
+++ setup.py Sun Apr 22 23:37:55 2001
|
|
@@ -4,7 +4,7 @@
|
|
|
|
import sys
|
|
|
|
-if sys.platform[:5] == 'linux':
|
|
+if sys.platform[:7] == 'freebsd':
|
|
MACROS = {'define' : []}
|
|
LIBS = []
|
|
else:
|