ports/net/penguintv/files/patchmozilla-setup.py
Edwin Groothuis 6e91947b7a Update to 2.0
In theory the database upgrade should go automatically, but
    please make sure that you export your subscriptions first!
2006-08-18 23:11:34 +00:00

15 lines
354 B
Python

--- setup.py.orig Tue May 16 07:18:29 2006
+++ setup.py Tue May 16 07:20:03 2006
@@ -1,11 +1,4 @@
-try:
- from Pyrex.Distutils import build_ext
- BUILD_MOZ=True
-except:
- print "pyrex not found, mozilla building disabled"
- BUILD_MOZ=False
-
-
+BUILD_MOZ=False
from distutils.core import setup
from distutils.extension import Extension
import sys,os