diff options
author | jlam <jlam> | 2001-11-26 07:30:44 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-26 07:30:44 +0000 |
commit | 3268be98b93e31abc0e83b7651012ccc7e69b256 (patch) | |
tree | ce964d0907326e2bc74bee9012da993ab49a30bf /databases | |
parent | 8b39a72c1fba17e89f234c889c5aaeaf9c7f568c (diff) | |
download | pkgsrc-3268be98b93e31abc0e83b7651012ccc7e69b256.tar.gz |
Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/unixodbc/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/unixodbc/Makefile.common b/databases/unixodbc/Makefile.common index 81d2737940c..f946f06eecc 100644 --- a/databases/unixodbc/Makefile.common +++ b/databases/unixodbc/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2001/11/19 16:23:09 jlam Exp $ +# $NetBSD: Makefile.common,v 1.4 2001/11/26 07:31:43 jlam Exp $ DISTNAME= unixODBC-${ODBC_DIST_VERS} CATEGORIES= databases @@ -23,7 +23,7 @@ USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --sysconfdir=${CONFDIR} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --enable-threads CONFIGURE_ARGS+= --enable-gnuthreads CONFIGURE_ARGS+= --with-pth=${BUILDLINK_DIR} |