svn commit: r455577 - head/graphics/dspdfviewer

Philip Paeps philip at FreeBSD.org
Tue Dec 5 11:43:42 UTC 2017


Author: philip
Date: Tue Dec  5 11:43:41 2017
New Revision: 455577
URL: https://svnweb.freebsd.org/changeset/ports/455577

Log:
  Fix build on 11-STABLE >= 1100511 (LLVM update)
  
  Submitted by:	Santhosh Raju <santhosh.raju at gmail.com> (maintainer)

Modified:
  head/graphics/dspdfviewer/Makefile

Modified: head/graphics/dspdfviewer/Makefile
==============================================================================
--- head/graphics/dspdfviewer/Makefile	Tue Dec  5 11:05:48 2017	(r455576)
+++ head/graphics/dspdfviewer/Makefile	Tue Dec  5 11:43:41 2017	(r455577)
@@ -35,7 +35,7 @@ PLIST_FILES=	bin/dspdfviewer \
 
 # Build fails with LLVM 4.0.  Reported upstream as #191:
 # https://github.com/dannyedel/dspdfviewer/issues/191
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200023
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100511
 CFLAGS+=	-Wno-error=undefined-func-template
 .endif
 


More information about the svn-ports-head mailing list