aboutsummaryrefslogtreecommitdiff
path: root/www/flock
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-06-15 16:36:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-06-15 16:36:51 +0000
commitf36ed2971d8272079db3517eae830220cebb438c (patch)
tree5670fda2f1bfac8e1ad1f2ca84e8fbe409909a2a /www/flock
parent2bd9d41b754adc2f6d9b3add0a3f50c8892e316c (diff)
downloadports-f36ed2971d8272079db3517eae830220cebb438c.tar.gz
ports-f36ed2971d8272079db3517eae830220cebb438c.zip
- Mark BROKEN outside i386 (needs some libraries relocatable)
Suggested by: mezz
Notes
Notes: svn path=/head/; revision=214904
Diffstat (limited to 'www/flock')
-rw-r--r--www/flock/Makefile4
1 files changed, 4 insertions, 0 deletions
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