diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2015-04-03 01:15:24 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2015-04-03 01:15:24 +0000 |
commit | 8a31573474bec2f1f3aead5ad9660bfd9631f73d (patch) | |
tree | 205085aeee00dac98fca93ae74c0c08ab678fa7d /mail/postfix | |
parent | 3d42a9709fe6f692a8b59db0f056ff54a6dcf459 (diff) | |
download | pkgsrc-8a31573474bec2f1f3aead5ad9660bfd9631f73d.tar.gz |
Fix build break when pgsql enabled on Mac OS X 10.10.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/options.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/postfix/options.mk b/mail/postfix/options.mk index 298a46aed89..5e472ec778f 100644 --- a/mail/postfix/options.mk +++ b/mail/postfix/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.36 2011/05/10 13:38:23 taca Exp $ +# $NetBSD: options.mk,v 1.37 2015/04/03 01:15:24 hiramatsu Exp $ # Global and legacy options @@ -71,10 +71,8 @@ AUXLIBS+= -L${BUILDLINK_PREFIX.mysql-client}/lib/mysql \ ### .if !empty(PKG_OPTIONS:Mpgsql) . include "../../mk/pgsql.buildlink3.mk" -. include "../../security/openssl/buildlink3.mk" CCARGS+= -DHAS_PGSQL -I${PGSQL_PREFIX}/include/pgsql -AUXLIBS+= -L${PGSQL_PREFIX}/lib -lpq \ - -L${BUILDLINK_PREFIX.openssl}/lib -lcrypt -lssl -lcrypto +AUXLIBS+= -L${PGSQL_PREFIX}/lib -lpq .endif ### |