diff options
author | asau <asau@pkgsrc.org> | 2014-03-20 18:58:31 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2014-03-20 18:58:31 +0000 |
commit | ee72bff3aedcd5941b8f6af2024d62f949e9302a (patch) | |
tree | aa625c845c8343d063c891ca49922c422616558b /databases/nss-pgsql/patches | |
parent | 90280330739172210dbc44fbdb7af8495a5aeee2 (diff) | |
download | pkgsrc-ee72bff3aedcd5941b8f6af2024d62f949e9302a.tar.gz |
"#elsif" is rejected by Clang on FreeBSD 10.
Diffstat (limited to 'databases/nss-pgsql/patches')
-rw-r--r-- | databases/nss-pgsql/patches/patch-src_nss-pgsql.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/nss-pgsql/patches/patch-src_nss-pgsql.h b/databases/nss-pgsql/patches/patch-src_nss-pgsql.h index a1e70482792..b2d607dd28b 100644 --- a/databases/nss-pgsql/patches/patch-src_nss-pgsql.h +++ b/databases/nss-pgsql/patches/patch-src_nss-pgsql.h @@ -1,4 +1,4 @@ -# $NetBSD: patch-src_nss-pgsql.h,v 1.1.1.1 2013/03/17 14:12:02 asau Exp $ +# $NetBSD: patch-src_nss-pgsql.h,v 1.2 2014/03/20 18:58:31 asau Exp $ Adds checks for header files @@ -8,7 +8,7 @@ Adds checks for header files # ifdef HAVE_NSS_H # include <nss.h> -+# elsif HAVE_NSSWITCH_H ++# elif HAVE_NSSWITCH_H +# include <nsswitch.h> # endif |