From 3c25539f3adffc26db172472d5a2cda51ea226c8 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 30 May 2004 07:10:47 +0000 Subject: [PATCH] BROKEN on amd64: Does not compile (missing -fPIC) --- graphics/ruby-tgif/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/graphics/ruby-tgif/Makefile b/graphics/ruby-tgif/Makefile index f94fde5d64a1..342b4755b001 100644 --- a/graphics/ruby-tgif/Makefile +++ b/graphics/ruby-tgif/Makefile @@ -34,6 +34,12 @@ INSTALL_TARGET= site-install DOCS_EN= README DOCS_JA= ChangeLog.ja README.ja +.include + +.if ${ARCH} == "amd64" +BROKEN= "Does not build on amd64 (missing -fPIC)" +.endif + post-extract: ${LN} -sf `cd ${PORTSDIR}/${TGIF_PORT}; ${MAKE} -V WRKSRC` ${WRKSRC}/tgif @@ -54,4 +60,4 @@ post-install: .endfor .endif -.include +.include