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 | 8d1c8860e194feac6d873fa99e2d105c08f51475 (patch) | |
tree | 6fe6dfed4018b415a63ed55d0d33ecbb55736e38 /dev-python/PyAmanith | |
parent | stable on amd64 (diff) | |
download | gentoo-2-8d1c8860e194feac6d873fa99e2d105c08f51475.tar.gz gentoo-2-8d1c8860e194feac6d873fa99e2d105c08f51475.tar.bz2 gentoo-2-8d1c8860e194feac6d873fa99e2d105c08f51475.zip |
make sure we link against the amanith lib
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'dev-python/PyAmanith')
-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', |