pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/mysqlcc Fixed a typo in a configure argument...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dfba780fb6b8
branches: trunk
changeset: 490614:dfba780fb6b8
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Mar 16 13:16:15 2005 +0000
description:
Fixed a typo in a configure argument. Now OpenSSL is found and used by the
configure script. Bumped PKGREVISION. Approved by wiz.
diffstat:
databases/mysqlcc/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 974cc147190c -r dfba780fb6b8 databases/mysqlcc/Makefile
--- a/databases/mysqlcc/Makefile Wed Mar 16 13:00:12 2005 +0000
+++ b/databases/mysqlcc/Makefile Wed Mar 16 13:16:15 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2004/12/01 16:00:50 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2005/03/16 13:16:15 rillig Exp $
#
DISTNAME= mysqlcc-0.9.4-src
PKGNAME= ${DISTNAME:S/-src//}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= databases
MASTER_SITES= http://mirrors.sunsite.dk/mysql/Downloads/MySQLCC/ \
ftp://sunsite.dk/mirrors/mysql/Downloads/MySQLCC/ \
@@ -21,7 +21,7 @@
CONFIGURE_ARGS+= \
--with-mysql-include=${BUILDLINK_PREFIX.mysql-client}/include/mysql
CONFIGURE_ARGS+= --with-openssl-includes=${SSLBASE}/include
-CONFIGURE_ARGS+= --with-openssl-libs=${SSLBASE}/lib
+CONFIGURE_ARGS+= --with-openssl-lib=${SSLBASE}/lib
CONFIGURE_ENV+= QMAKESPEC="${QTDIR}/mkspecs/netbsd-g++"
MYSQL_VERSIONS_ACCEPTED= 40 41
Home |
Main Index |
Thread Index |
Old Index