opnsense-ports/x11-toolkits/py-wxPython30/files/patch-setup.py
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

12 lines
449 B
Python

--- setup.py.orig 2014-06-23 12:08:27.268192923 -0300
+++ setup.py 2014-06-23 12:07:08.925198614 -0300
BUILD_OPTIONS = { 'build_base' : BUILD_BASE }
@@ -1011,7 +1006,7 @@
if not PREP_ONLY:
if not EGGing:
- if INSTALL_MULTIVERSION:
+ if False:
setup(name = 'wxPython-common',
version = VERSION,
description = DESCRIPTION,