summaryrefslogtreecommitdiff
path: root/math/py-rpy/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-rpy/patches/patch-aa')
-rw-r--r--math/py-rpy/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/py-rpy/patches/patch-aa b/math/py-rpy/patches/patch-aa
new file mode 100644
index 00000000000..0e7b14c3be5
--- /dev/null
+++ b/math/py-rpy/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/12/10 12:30:58 markd Exp $
+
+--- setup.py.orig Sat Dec 7 01:36:39 2002
++++ setup.py
+@@ -59,6 +59,7 @@
+ include_dirs=[r_include, "src"],
+ libraries=["R"],
+ library_dirs=[r_libs],
++ runtime_library_dirs=[r_libs],
+ define_macros=DEFINE,
+ undef_macros=UNDEF,
+ extra_compile_args=["-shared"])]