From 8a1d7fa149126759ecaa99e89fb17e54e748453e Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 19 Jun 2004 09:33:19 +0000 Subject: BROKEN on amd64: Shared libraries must be compiled with -fPIC --- lang/q/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lang/q') diff --git a/lang/q/Makefile b/lang/q/Makefile index 23c6f9fc9897..bb6002a41070 100644 --- a/lang/q/Makefile +++ b/lang/q/Makefile @@ -69,6 +69,12 @@ CONFIGURE_ARGS+= --with-odbc=-liodbc MAN1= q.1 INFO= qdoc +.include + +.if ${ARCH} == "amd64" +BROKEN= "Does not build on amd64 (shared libraries must be compiled with -fPIC)" +.endif + post-extract: @${RM} -f ${WRKSRC}/doc/*info* @@ -80,4 +86,4 @@ post-patch: ${GREP} -l "" | ${XARGS} ${REINPLACE_CMD} \ -e "s,,," -.include +.include -- cgit