summaryrefslogtreecommitdiff
path: root/databases/postgresql90-server
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-05-17 22:26:08 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-05-17 22:26:08 +0000
commit9be11114a8e79759f8bbb36ec626480f2415c698 (patch)
treee7e7d4c18f3c30c332d555857f29e327db344380 /databases/postgresql90-server
parent- Mark BROKEN on 9.X: (diff)
- Mark BROKEN on FreeBSD 9.X: does not link
libpq/auth.o: In function `pg_GSS_error': auth.c:(.text+0x6e): undefined reference to `gss_display_status' [..] Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=274243
Diffstat (limited to 'databases/postgresql90-server')
-rw-r--r--databases/postgresql90-server/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile
index f38e097c3fe0..fc1857d300bb 100644
--- a/databases/postgresql90-server/Makefile
+++ b/databases/postgresql90-server/Makefile
@@ -167,8 +167,11 @@ INSTALL_TARGET= install
INSTALL_TARGET= install-strip
. endif
-.if (${OSVERSION} >= 700000) && !defined(WITHOUT_GSSAPI)
+.if !defined(WITHOUT_GSSAPI)
CONFIGURE_ARGS+=--with-gssapi
+.if ${OSVERSION} >= 900000
+BROKEN= does not link on FreeBSD 9.X
+.endif
.else
CONFIGURE_ARGS+=--without-gssapi
.endif