From 91a15d47b0c0f1c5c663982a3e77c7e61e36b6d1 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 3 Apr 2004 14:12:26 +0000 Subject: BROKEN on amd64: Missing -fPIC --- www/mod_v2h/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/mod_v2h/Makefile b/www/mod_v2h/Makefile index d3d70eeed751..08005b0d778c 100644 --- a/www/mod_v2h/Makefile +++ b/www/mod_v2h/Makefile @@ -23,6 +23,12 @@ WRKSRC= ${WRKDIR}/$(DISTNAME)-2 USE_REINPLACE= yes USE_PERL5_RUN= yes +.include + +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64 (missing -fPIC)" +.endif + post-patch: ${CP} ${FILESDIR}/add-module ${WRKSRC} ${CP} ${FILESDIR}/files-Makefile ${WRKSRC}/Makefile @@ -42,4 +48,4 @@ post-install: @${ECHO_MSG} "---------------------------------------" @${ECHO_MSG} "" -.include +.include -- cgit