From aed41fd8ac3896904c3e2cabd994c6edc81acf5c Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Sun, 11 Mar 2007 08:03:15 +0000 Subject: - Mark BROKEN on non-i386 arch. I tried to use newer chmlib from misc/chmlib, it compiles but does not work. Perhaps, there are still problems in chmview itself. Reported by: pointyhat via kris --- converters/chmview/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'converters') diff --git a/converters/chmview/Makefile b/converters/chmview/Makefile index 82de5fef2c9d..7498213390db 100644 --- a/converters/chmview/Makefile +++ b/converters/chmview/Makefile @@ -21,10 +21,16 @@ USE_DOS2UNIX= yes WRKSRC= ${WRKDIR}/src PLIST_FILES= bin/chmview +.include + +.if ${ARCH} != "i386" +BROKEN= is not 64-bit clean +.endif + pre-patch: @${CP} ${FILESDIR}/Makefile ${WRKSRC} do-install: @${INSTALL_PROGRAM} ${WRKSRC}/chmview ${PREFIX}/bin/ -.include +.include -- cgit v1.2.3