View | Details | Raw Unified | Return to bug 248657 | Differences between
and this patch

Collapse All | Expand All

(-)databases/pgsphere/Makefile (-1 / +2 lines)
Lines 19-25 Link Here
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
MAKE_ARGS=	PG_CONFIG=${LOCALBASE}/bin/pg_config USE_PGXS=1 \
20
MAKE_ARGS=	PG_CONFIG=${LOCALBASE}/bin/pg_config USE_PGXS=1 \
21
		docdir=${DOCSDIR} \
21
		docdir=${DOCSDIR} \
22
		install_bin=/usr/bin/install
22
		install_bin=/usr/bin/install \
23
		CFLAGS="${CFLAGS} -Wvla"
23
TEST_TARGET=	installcheck
24
TEST_TARGET=	installcheck
24
25
25
DATADIR=	${PREFIX}/share/postgresql
26
DATADIR=	${PREFIX}/share/postgresql

Return to bug 248657