diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-24 10:32:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-24 10:32:58 +0000 |
commit | baea8918ae99881952ecb75d94fc416292a1697a (patch) | |
tree | 40d51691b5732307ff1ccbf6e4afebe7f3ec261f /dev-python/PyAmanith/files | |
parent | stable on amd64 (diff) | |
download | historical-baea8918ae99881952ecb75d94fc416292a1697a.tar.gz historical-baea8918ae99881952ecb75d94fc416292a1697a.tar.bz2 historical-baea8918ae99881952ecb75d94fc416292a1697a.zip |
make sure we link against the amanith lib
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'dev-python/PyAmanith/files')
-rw-r--r-- | dev-python/PyAmanith/files/PyAmanith-0.3.34-build.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyAmanith/files/PyAmanith-0.3.34-build.patch b/dev-python/PyAmanith/files/PyAmanith-0.3.34-build.patch index a1b8e835209a..d58a1a9ada57 100644 --- a/dev-python/PyAmanith/files/PyAmanith-0.3.34-build.patch +++ b/dev-python/PyAmanith/files/PyAmanith-0.3.34-build.patch @@ -38,7 +38,7 @@ - library_dirs = lib, - libraries = libs, - extra_compile_args = cc_args) -+ swig_opts = swig_args, extra_compile_args = swig_args) ++ swig_opts = swig_args, extra_compile_args = swig_args, libraries = libs) setup(name = 'PyAmanith', version = '0.3.34', |