summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-09-24 10:32:58 +0000
committerMike Frysinger <vapier@gentoo.org>2006-09-24 10:32:58 +0000
commit8d1c8860e194feac6d873fa99e2d105c08f51475 (patch)
tree6fe6dfed4018b415a63ed55d0d33ecbb55736e38 /dev-python/PyAmanith
parentstable on amd64 (diff)
downloadgentoo-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.patch2
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',