Mark BROKEN, doesnt build with pg 9.3 as reported by kili@.

That'll teach me to import stuff lying in mystuff for ages without
rebuilding it... fix pending.
This commit is contained in:
landry 2013-10-24 21:24:51 +00:00
parent 706eb5deba
commit df0487b199

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/10/23 22:00:19 landry Exp $
# $OpenBSD: Makefile,v 1.2 2013/10/24 21:24:51 landry Exp $
COMMENT = monitor PostgreSQL activity & statistics
SHARED_ONLY = Yes
BROKEN = needs fix for pg 9.3
DISTNAME = pg_statsinfo-2.4.1
CATEGORIES = databases
@ -14,7 +15,7 @@ PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://pgfoundry.org/frs/download.php/3429/
USE_GMAKE = Yes
MAKE_FLAGS = USE_PGXS=1 CFLAGS="-DUSE_INLINE" LDFLAGS=-lkvm
MAKE_FLAGS = USE_PGXS=1 CFLAGS="-DPG_USE_INLINE" LDFLAGS=-lkvm
LIB_DEPENDS = databases/postgresql