diff options
author | gerald <gerald@FreeBSD.org> | 2018-08-04 23:50:04 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-08-04 23:50:04 +0800 |
commit | 995f5872e5002ab5c7c8d25d3ae819236a73d036 (patch) | |
tree | 8c38b0fdfeb46df4d2abb121e11ee40a56370792 /misc | |
parent | b28c61d2b96211878f0bfb31da19691def2c118a (diff) | |
download | freebsd-ports-gnome-995f5872e5002ab5c7c8d25d3ae819236a73d036.tar.gz freebsd-ports-gnome-995f5872e5002ab5c7c8d25d3ae819236a73d036.tar.zst freebsd-ports-gnome-995f5872e5002ab5c7c8d25d3ae819236a73d036.zip |
Mark BROKEN due to problems building with modern compilers (even GCC,
which was originally used as the workaround to keep this building).
PR: 222542, 230125
Suggested by: antoine
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rumprun/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/rumprun/Makefile b/misc/rumprun/Makefile index e69b08693db4..50eddacc0a04 100644 --- a/misc/rumprun/Makefile +++ b/misc/rumprun/Makefile @@ -13,6 +13,8 @@ LICENSE= BSD2CLAUSE ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= not yet ported to FreeBSD on other architectures +BROKEN= fails with current versions of GCC # PR 230125 + USES= gmake USE_GCC= any USE_GITHUB= yes |