diff options
author | pav <pav@FreeBSD.org> | 2010-07-24 04:13:06 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-07-24 04:13:06 +0800 |
commit | 17c0043e8a62de68b7cc480473a16e8d6beda068 (patch) | |
tree | bcdbf453eb5c590442ff428f0494ccad63f455bf /sysutils | |
parent | e5c3e6904cde90e584a7789a8bf997a51cb0d8ab (diff) | |
download | freebsd-ports-gnome-17c0043e8a62de68b7cc480473a16e8d6beda068.tar.gz freebsd-ports-gnome-17c0043e8a62de68b7cc480473a16e8d6beda068.tar.zst freebsd-ports-gnome-17c0043e8a62de68b7cc480473a16e8d6beda068.zip |
- Mark BROKEN on 6.X: does not compile
cc1: error: unrecognized command line option "-Wno-missing-field-initializers"
Reported by: pointyhat
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/grub2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/grub2/Makefile b/sysutils/grub2/Makefile index 1937bad2f2c7..697a6686f612 100644 --- a/sysutils/grub2/Makefile +++ b/sysutils/grub2/Makefile @@ -36,6 +36,10 @@ MKFONT= "@comment " PLIST_SUB+= MKFONT=${MKFONT} +.if ${OSVERSION} < 700000 +BROKEN= does not compile on 6.X +.endif + post-install: @${CAT} ${PKGMESSAGE} |