View | Details | Raw Unified | Return to bug 241897
Collapse All | Expand All

(-)Makefile (-3 / +1 lines)
Lines 14-30 Link Here
14
LICENSE=	LGPL20+
14
LICENSE=	LGPL20+
15
LICENSE_FILE=	${WRKSRC}/license.txt
15
LICENSE_FILE=	${WRKSRC}/license.txt
16
16
17
BROKEN_powerpc64=	fails to compile: misc.h:58:21: expected ';' before 'dummy_for_check'
18
19
LIB_DEPENDS=	libodbc.so:databases/unixODBC
17
LIB_DEPENDS=	libodbc.so:databases/unixODBC
20
18
21
USES=		compiler:c11 libtool pgsql
19
USES=		compiler:c11 libtool pgsql
20
USE_CSTD=	gnu11
22
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
23
22
24
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
25
CONFIGURE_ARGS=	--with-unixodbc=${LOCALBASE}
24
CONFIGURE_ARGS=	--with-unixodbc=${LOCALBASE}
26
INSTALL_TARGET=	install-strip
25
INSTALL_TARGET=	install-strip
27
CFLAGS+=	-std=c11
28
26
29
DOCSDIR=	${PREFIX}/share/doc/postgresql/odbc
27
DOCSDIR=	${PREFIX}/share/doc/postgresql/odbc
30
EXAMPLESDIR=	${PREFIX}/share/examples/postgresql/odbc
28
EXAMPLESDIR=	${PREFIX}/share/examples/postgresql/odbc

Return to bug 241897