Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2018 01:35:45 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r485974 - branches/2018Q4/graphics/dspdfviewer
Message-ID:  <201811270135.wAR1ZjU3066540@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Nov 27 01:35:45 2018
New Revision: 485974
URL: https://svnweb.freebsd.org/changeset/ports/485974

Log:
  MFH: r481419
  
  graphics/dspdfviewer: Fix build on 11.2
  
  PR:		231934
  Submitted by:	Santhosh Raju <santhosh.raju@gmail.com> (maintainer)
  Approved by:	ports-secteam (implicit)

Modified:
  branches/2018Q4/graphics/dspdfviewer/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/graphics/dspdfviewer/Makefile
==============================================================================
--- branches/2018Q4/graphics/dspdfviewer/Makefile	Tue Nov 27 01:10:03 2018	(r485973)
+++ branches/2018Q4/graphics/dspdfviewer/Makefile	Tue Nov 27 01:35:45 2018	(r485974)
@@ -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?201811270135.wAR1ZjU3066540>