Date: Tue, 5 Dec 2017 11:43:41 +0000 (UTC) From: Philip Paeps <philip@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455577 - head/graphics/dspdfviewer Message-ID: <201712051143.vB5Bhflp071382@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712051143.vB5Bhflp071382>