summaryrefslogtreecommitdiff
path: root/databases/py-gdbm
diff options
context:
space:
mode:
authortsarna <tsarna>2000-10-29 20:48:27 +0000
committertsarna <tsarna>2000-10-29 20:48:27 +0000
commitaebe88dfef257f0212088c079da82b7e062e6643 (patch)
treef3d9b53d7a794f711560d89f6d0cf92fc5aab39d /databases/py-gdbm
parent0bbc5665f0f7efc7df6137318b597988803c5d55 (diff)
downloadpkgsrc-aebe88dfef257f0212088c079da82b7e062e6643.tar.gz
needs -R to find libgdbm
Diffstat (limited to 'databases/py-gdbm')
-rw-r--r--databases/py-gdbm/files/Setup.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/py-gdbm/files/Setup.in b/databases/py-gdbm/files/Setup.in
index d237e2839ae..73241d8d2bf 100644
--- a/databases/py-gdbm/files/Setup.in
+++ b/databases/py-gdbm/files/Setup.in
@@ -1,4 +1,5 @@
-# $NetBSD: Setup.in,v 1.2 1998/08/07 14:58:43 agc Exp $
+# $NetBSD: Setup.in,v 1.3 2000/10/29 20:48:27 tsarna Exp $
#
*shared*
-gdbm gdbmmodule.c -I@LOCALBASE@/include -L@LOCALBASE@/lib -lgdbm
+gdbm gdbmmodule.c -I@LOCALBASE@/include -L@LOCALBASE@/lib \
+ -R@LOCALBASE@/lib -lgdbm