diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-11-20 07:42:37 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-11-20 07:42:37 +0000 |
commit | 15a57946ebb68828c4fdcbf3cf7f8ad102c7a7cf (patch) | |
tree | ed44d57fe0fc2110e6aa65ab7c6e6d5c807a5cdf /devel/py-magic/files | |
parent | 06d1e435473f1bd02658d647d521df733c808de0 (diff) |
Notes
Diffstat (limited to 'devel/py-magic/files')
-rw-r--r-- | devel/py-magic/files/patch-python_setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/py-magic/files/patch-python_setup.py b/devel/py-magic/files/patch-python_setup.py new file mode 100644 index 000000000000..cd0959f0c30b --- /dev/null +++ b/devel/py-magic/files/patch-python_setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig Sun Nov 19 19:43:16 2006 ++++ setup.py Sun Nov 19 19:43:09 2006 +@@ -2,7 +2,7 @@ + from distutils.core import setup, Extension + + magic_module = Extension('magic', +- libraries = ['magic'], ++ libraries = ['magic', 'z'], + library_dirs = ['./','../','../src','/usr/lib/'], + include_dirs = ['./','../','../src','/usr/include/'], + sources = ['py_magic.c']) |