diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2013-09-23 17:30:14 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2013-09-23 17:30:14 +0800 |
commit | 516f91c6e705b631f1c8cbc97244c0a84f969828 (patch) | |
tree | dc0a2cc06bc4fda8803fb49d2bbee71058005311 | |
parent | 128852985ce4ef2ba17fdf7ac72ca9f841b7e755 (diff) | |
download | freebsd-ports-graphics-516f91c6e705b631f1c8cbc97244c0a84f969828.tar.gz freebsd-ports-graphics-516f91c6e705b631f1c8cbc97244c0a84f969828.tar.zst freebsd-ports-graphics-516f91c6e705b631f1c8cbc97244c0a84f969828.zip |
- Remove unneeded patch
-rw-r--r-- | devel/py-magic/files/patch-python_setup.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/py-magic/files/patch-python_setup.py b/devel/py-magic/files/patch-python_setup.py deleted file mode 100644 index cd0959f0c30..00000000000 --- a/devel/py-magic/files/patch-python_setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- 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']) |