summaryrefslogtreecommitdiff
path: root/databases/odbc-postgresql/Makefile.common
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
commit579e97796954edc2469fac176e855589e1dc2997 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /databases/odbc-postgresql/Makefile.common
parenta86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff)
downloadpkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'databases/odbc-postgresql/Makefile.common')
-rw-r--r--databases/odbc-postgresql/Makefile.common8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/odbc-postgresql/Makefile.common b/databases/odbc-postgresql/Makefile.common
index f58668a3f70..e94a977ecf5 100644
--- a/databases/odbc-postgresql/Makefile.common
+++ b/databases/odbc-postgresql/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2005/05/22 20:07:46 jlam Exp $
+# $NetBSD: Makefile.common,v 1.10 2005/12/05 23:55:04 rillig Exp $
DISTNAME= postgresql-${DIST_VERS}
CATEGORIES= databases
@@ -43,7 +43,7 @@ GNU_CONFIGURE= YES
# This variable controls the language encoding on the backend process.
.if defined(PG_MB_ENCODING)
-CONFIGURE_ARGS+= --enable-multibyte=${PG_MB_ENCODING}
+CONFIGURE_ARGS+= --enable-multibyte=${PG_MB_ENCODING:Q}
.else
CONFIGURE_ARGS+= --enable-multibyte # accept default
.endif
@@ -60,13 +60,13 @@ CONFIGURE_ARGS+= --without-tk
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/pgsql
CONFIGURE_ARGS+= --with-htmldir=${PREFIX}/share/doc/html/postgresql
-CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
+CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
CONFIGURE_ARGS+= --disable-readline
CONFIGURE_ARGS+= --enable-locale
CONFIGURE_ARGS+= --enable-syslog
CONFIGURE_ARGS+= --with-CXX
-CONFIGURE_ARGS+= --with-template="${LOWER_OPSYS}"
+CONFIGURE_ARGS+= --with-template=${LOWER_OPSYS:Q}
BUILD_DIRS= ${WRKSRC}/src/interfaces/odbc