From f36ed2971d8272079db3517eae830220cebb438c Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 15 Jun 2008 16:36:51 +0000 Subject: - Mark BROKEN outside i386 (needs some libraries relocatable) Suggested by: mezz --- www/flock/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/flock') diff --git a/www/flock/Makefile b/www/flock/Makefile index cfb4a0ff4f12..f791148b335d 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -55,6 +55,10 @@ OPTIONS= SMB "Enable smb:// URI support using gnomevfs" off GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} +.if ${ARCH} != "i386" +BROKEN= does not compile +.endif + .if ${ARCH} == "sparc64" && ${OSVERSION} < 601101 IGNORE= does not run, update to 6.2-RELEASE or newer .endif -- cgit v1.2.3