diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-05-18 00:30:18 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-05-18 00:30:18 +0000 |
commit | 40ac5057a7bd56fa116ebadbd5a39286f1dbfbaa (patch) | |
tree | df797542feae58edecdd96d6cd2bffca370d95ec /emulators/ods2reader | |
parent | 9b484deb519dc8dd05c9699d4a936306ebaec76d (diff) |
Fix OSVERSIONs for error messages.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=535691
Diffstat (limited to 'emulators/ods2reader')
-rw-r--r-- | emulators/ods2reader/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/ods2reader/Makefile b/emulators/ods2reader/Makefile index 205e1ca95e2e..c7434aebfbd0 100644 --- a/emulators/ods2reader/Makefile +++ b/emulators/ods2reader/Makefile @@ -13,8 +13,8 @@ EXTRACT_SUFX= .ZIP MAINTAINER= ak@FreeBSD.org COMMENT= Copies files from VMS Files-11 (ODS2) file systems -BROKEN_FreeBSD_11_powerpc64= fails to build: ods-2-reader.new.c:60:1: error: unterminated #ifdef -BROKEN_FreeBSD_12_powerpc64= fails to build: ods-2-reader.new.c:3:687: error: expected identifier or '(' +BROKEN_FreeBSD_12_powerpc64= fails to build: ods-2-reader.new.c:60:1: error: unterminated #ifdef +BROKEN_FreeBSD_13_powerpc64= fails to build: ods-2-reader.new.c:3:687: error: expected identifier or '(' USES= zip NO_WRKSUBDIR= yes |