diff options
Diffstat (limited to 'devel/lace14/Makefile')
-rw-r--r-- | devel/lace14/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/lace14/Makefile b/devel/lace14/Makefile index d7e8ec60db70..9df298a3d090 100644 --- a/devel/lace14/Makefile +++ b/devel/lace14/Makefile @@ -1,6 +1,7 @@ PORTNAME= lace DISTVERSIONPREFIX= v -DISTVERSION= 1.4.2 +DISTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= devel PKGNAMESUFFIX= 14-work-stealing @@ -11,8 +12,6 @@ WWW= https://github.com/trolando/lace LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_i386= compilation fails: static assertion failed due to requirement '(sizeof(struct _Task) % 64) == 0': Task size should be a multiple of LINE_SIZE - USES= cmake:testing USE_GITHUB= yes |