Date: Sun, 7 Oct 2018 04:48:09 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481419 - head/graphics/dspdfviewer Message-ID: <201810070448.w974m9JP024057@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Oct 7 04:48:09 2018 New Revision: 481419 URL: https://svnweb.freebsd.org/changeset/ports/481419 Log: graphics/dspdfviewer: Fix build on 11.2 PR: 231934 Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer) Modified: head/graphics/dspdfviewer/Makefile (contents, props changed) Modified: head/graphics/dspdfviewer/Makefile ============================================================================== --- head/graphics/dspdfviewer/Makefile Sun Oct 7 04:40:42 2018 (r481418) +++ head/graphics/dspdfviewer/Makefile Sun Oct 7 04:48:09 2018 (r481419) @@ -3,7 +3,7 @@ PORTNAME= dspdfviewer PORTVERSION= 1.15.1 DISTVERSIONPREFIX=v -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MAINTAINER= santhosh.raju@gmail.com @@ -43,7 +43,7 @@ CFLAGS+= -Wno-error=undefined-func-template CFLAGS+= -Wno-error=zero-as-null-pointer-constant .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1102000 CFLAGS+= -Wno-error=redundant-parens .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810070448.w974m9JP024057>