diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
commit | 6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch) | |
tree | fb8d61358190cc429db453d54fb9920ccfde716f /net/samba3/files/patch-python_setup.py | |
parent | ea16706c62b542adc8f3b887256bf215bf914db6 (diff) |
Diffstat (limited to 'net/samba3/files/patch-python_setup.py')
-rw-r--r-- | net/samba3/files/patch-python_setup.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/samba3/files/patch-python_setup.py b/net/samba3/files/patch-python_setup.py deleted file mode 100644 index fb7a58cf43d9..000000000000 --- a/net/samba3/files/patch-python_setup.py +++ /dev/null @@ -1,12 +0,0 @@ ---- python/setup.py.orig Thu Mar 4 05:28:18 2004 -+++ python/setup.py Thu Mar 4 05:29:35 2004 -@@ -57,6 +57,9 @@ - if lib[0:2] == "-L": - library_dirs.append(lib[2:]) - continue -+ if lib[0:2] == "-W": -+ # Skip linker flags -+ continue - print "Unknown entry '%s' in $LIBS variable passed to setup.py" % lib - sys.exit(1) - |