diff options
author | marius <marius@FreeBSD.org> | 2008-01-22 06:19:53 +0800 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2008-01-22 06:19:53 +0800 |
commit | 5002b36128899440019c83e8863bd8b381320b1f (patch) | |
tree | 2e41aa7ae6b460853c5e8a56fd040ec0cbc8028f /www/flock | |
parent | 20fcb81002d12acb88f57c20457e748155d5a31b (diff) | |
download | freebsd-ports-gnome-5002b36128899440019c83e8863bd8b381320b1f.tar.gz freebsd-ports-gnome-5002b36128899440019c83e8863bd8b381320b1f.tar.zst freebsd-ports-gnome-5002b36128899440019c83e8863bd8b381320b1f.zip |
Work around the miscompilation/mislinkage problem of the sCanonicalVTable
hacks in the XPCOM string code on sparc64 by omitting the code in question
and bump PORTREVISIONs accordingly.
Approved by: marcus
Diffstat (limited to 'www/flock')
-rw-r--r-- | www/flock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/flock/Makefile b/www/flock/Makefile index 1432ee77bc6a..17e17e82b0f1 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -8,7 +8,7 @@ PORTNAME= flock DISTVERSION= 0.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} # http://ftp.osuosl.org/pub/${PORTNAME}/source/${PORTVERSION}/:flock |