aboutsummaryrefslogtreecommitdiff
path: root/www/mod_v2h
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-03 14:12:26 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-03 14:12:26 +0000
commitf8910ead679deaedb60a403ee182374b2129b20b (patch)
treee81344bb36585f00cd8b5bb56c28a75f7e6e4d72 /www/mod_v2h
parent781a0ee3c968da5507a45faaf5f90febafe5544c (diff)
downloadports-f8910ead679deaedb60a403ee182374b2129b20b.tar.gz
ports-f8910ead679deaedb60a403ee182374b2129b20b.zip
BROKEN on amd64: Missing -fPIC
Notes
Notes: svn path=/head/; revision=106042
Diffstat (limited to 'www/mod_v2h')
-rw-r--r--www/mod_v2h/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>