summaryrefslogtreecommitdiff
path: root/databases/postgresql90-server
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-01-01 09:48:58 +0000
committerdholland <dholland@pkgsrc.org>2015-01-01 09:48:58 +0000
commite0b893783c0ca5892ae4cf72bc3f68aea985e203 (patch)
treed60ae8348ea9ad184ecb3151dc3e6ec5e112a675 /databases/postgresql90-server
parent02fdfdef2e2376e15c9f0d42eba30756744e2e16 (diff)
downloadpkgsrc-e0b893783c0ca5892ae4cf72bc3f68aea985e203.tar.gz
If postgres really still doesn't have mips atomics, it should be fixed
(which is easy enough for all but archaic mips) so use BROKEN_ON_PLATFORM.
Diffstat (limited to 'databases/postgresql90-server')
-rw-r--r--databases/postgresql90-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile
index f9a3dc20f05..ebc00c61526 100644
--- a/databases/postgresql90-server/Makefile
+++ b/databases/postgresql90-server/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.22 2014/03/12 17:01:57 gdt Exp $
+# $NetBSD: Makefile,v 1.23 2015/01/01 09:48:58 dholland Exp $
PKGNAME= ${DISTNAME:C/-/90-server-/}
COMMENT= PostgreSQL database server programs
# mips has no TAS implementation
-NOT_FOR_PLATFORM= *-*-mips
+BROKEN_ON_PLATFORM= *-*-mips
.include "../../databases/postgresql90/Makefile.common"