summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-09-03 16:13:45 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-09-03 16:13:45 +0000
commit1dc51fd80e9359f4a9d782dd33cb450537e8b2a7 (patch)
treefed8e72f40bd24c33648a4108ec59228c02ea6c0 /net-mgmt/nagios-plugins
parentAdd xforms-i18n. This is a slave port to allow other ports to depend (diff)
- Fix a wrong curved brackets placement in patch-configure.in.
Affected when WITH_PGSQL defined. PR: ports/85678 Reported by: Bryan Fullerton <fehwalker@gmail.com> Submitted by: bugsgrief@bugsgrief.net Approved by: maintainer
Notes
Notes: svn path=/head/; revision=141843
Diffstat (limited to 'net-mgmt/nagios-plugins')
-rw-r--r--net-mgmt/nagios-plugins/files/patch-configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-configure.in b/net-mgmt/nagios-plugins/files/patch-configure.in
index 2e1616befe8b..ee9569a408e6 100644
--- a/net-mgmt/nagios-plugins/files/patch-configure.in
+++ b/net-mgmt/nagios-plugins/files/patch-configure.in
@@ -28,8 +28,8 @@
if test -n "$PGSQL"; then
- LDFLAGS="$LDFLAGS -L$PGSQL/lib"
- CPPFLAGS="$CPPFLAGS -I$PGSQL/include"
-+ LDFLAGS="{$LDFLAGS} -L$PGSQL/lib"
-+ CPPFLAGS="{$CPPFLAGS} -I$PGSQL/include"
++ LDFLAGS="${LDFLAGS} -L$PGSQL/lib"
++ CPPFLAGS="${CPPFLAGS} -I$PGSQL/include"
fi
AC_CHECK_LIB(pq,PQsetdbLogin,,,-lcrypt)
if test "$ac_cv_lib_pq_PQsetdbLogin" = "yes"; then