svn commit: r481419 - head/graphics/dspdfviewer

Steve Wills swills at FreeBSD.org
Sun Oct 7 04:48:10 UTC 2018


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 at 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 at 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
 


More information about the svn-ports-all mailing list