diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-21 01:59:12 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-21 01:59:12 +0800 |
commit | aac5e4c87d94e4fa29270e4729d59f9feb37cb7d (patch) | |
tree | 8adf77749e5cc162263277129c999bf41197b445 /graphics | |
parent | 6cf76c859c0fea7bcd2eb52e949fb66d5f32e5b3 (diff) | |
download | freebsd-ports-gnome-aac5e4c87d94e4fa29270e4729d59f9feb37cb7d.tar.gz freebsd-ports-gnome-aac5e4c87d94e4fa29270e4729d59f9feb37cb7d.tar.zst freebsd-ports-gnome-aac5e4c87d94e4fa29270e4729d59f9feb37cb7d.zip |
- Mark BROKEN on FreeBSD 9.x i386
- ONLY_FOR_ARCHS_REASON does not require quotes
Approved by: portmgr blanket
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cimg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index d52a51c7391f..b6548d64a2fc 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -21,7 +21,9 @@ LICENSE_PERMS_CeCILL_C= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_CeCILL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept ONLY_FOR_ARCHS= i386 amd64 -ONLY_FOR_ARCHS_REASON= "invokes i386 asm" +ONLY_FOR_ARCHS_REASON= invokes i386 asm + +BROKEN_FreeBSD_9_i386= does not build (error: integer constant is too large for 'long' type) USE_GITHUB= yes GH_ACCOUNT= dtschump |