summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortsarna <tsarna>1998-10-19 21:47:59 +0000
committertsarna <tsarna>1998-10-19 21:47:59 +0000
commitca79e2e22d3c414a15fde239f0f4579d351cb9b3 (patch)
tree6200c0bfbe091fd1abe0e450723430c2f6d0de6b /databases
parent3d261862e86713564465b0e9f3a4b6c918335f2a (diff)
downloadpkgsrc-ca79e2e22d3c414a15fde239f0f4579d351cb9b3.tar.gz
Adapt to deal with (IMHO bogus) new location of the MySQL shared client
library. Someone who knows more about it should decide if MySQL should be fixed to put the library in a standard location instead.
Diffstat (limited to 'databases')
-rw-r--r--databases/py-mysql/files/Setup.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-mysql/files/Setup.in b/databases/py-mysql/files/Setup.in
index 2ac77cbd179..08a70f2f737 100644
--- a/databases/py-mysql/files/Setup.in
+++ b/databases/py-mysql/files/Setup.in
@@ -1,5 +1,5 @@
-# $NetBSD: Setup.in,v 1.2 1998/08/07 14:58:43 agc Exp $
+# $NetBSD: Setup.in,v 1.3 1998/10/19 21:47:59 tsarna Exp $
#
*shared*
-MySQL MySQLmodule.c -L@PREFIX@/lib -lmysqlclient \
+MySQL MySQLmodule.c -L@PREFIX@/lib/mysql -lmysqlclient \
-I@PREFIX@/include/mysql