diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2004-03-05 15:36:00 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2004-03-05 15:36:00 +0000 |
commit | a32749e1a36d3bed3299feb481571353404ff925 (patch) | |
tree | 150d7940951e0828846c0e6658924b45cff0e44b /net/samba3/files/patch-python_setup.py | |
parent | Mark Broken with MYSQL 3.23. (diff) |
Add two new patches and "rename" patch-source_Makefile.in to patch-Makefile.in.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=103035
Diffstat (limited to 'net/samba3/files/patch-python_setup.py')
-rw-r--r-- | net/samba3/files/patch-python_setup.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/samba3/files/patch-python_setup.py b/net/samba3/files/patch-python_setup.py new file mode 100644 index 000000000000..fb7a58cf43d9 --- /dev/null +++ b/net/samba3/files/patch-python_setup.py @@ -0,0 +1,12 @@ +--- 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) + |