diff options
author | Marius Strobl <marius@FreeBSD.org> | 2008-01-22 06:19:53 +0800 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2008-01-22 06:19:53 +0800 |
commit | 7dfcb347475502ddf1621eeb62dc4ebf54f70e62 (patch) | |
tree | b2feeb0f5975b944a772edc8f58cd63c1be270a8 /www/flock | |
parent | 2dbab108167f16da6123b0adc8a4d3d6ea7893dd (diff) | |
download | freebsd-ports-gnome-7dfcb347475502ddf1621eeb62dc4ebf54f70e62.tar.gz freebsd-ports-gnome-7dfcb347475502ddf1621eeb62dc4ebf54f70e62.tar.zst freebsd-ports-gnome-7dfcb347475502ddf1621eeb62dc4ebf54f70e62.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 |