FreeBSD Bugzilla – Attachment 202575 Details for
Bug 236217
graphics/dspdfviewer: fails to build with clang 8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Build fix for dspdfviewer in clang 8.0.0
dspdfviewer.clang8-build-fix.patch (text/plain), 692 bytes, created by
Santhosh Raju
on 2019-03-05 09:41:37 UTC
(
hide
)
Description:
Build fix for dspdfviewer in clang 8.0.0
Filename:
MIME Type:
Creator:
Santhosh Raju
Created:
2019-03-05 09:41:37 UTC
Size:
692 bytes
patch
obsolete
>diff --git a/graphics/dspdfviewer/Makefile b/graphics/dspdfviewer/Makefile >index b1ad11e..ed5c2d1 100644 >--- a/graphics/dspdfviewer/Makefile >+++ b/graphics/dspdfviewer/Makefile >@@ -3,7 +3,7 @@ > PORTNAME= dspdfviewer > PORTVERSION= 1.15.1 > DISTVERSIONPREFIX=v >-PORTREVISION= 11 >+PORTREVISION= 12 > CATEGORIES= graphics > > MAINTAINER= santhosh.raju@gmail.com >@@ -41,6 +41,11 @@ CFLAGS+= -Wno-error=undefined-func-template > CFLAGS+= -Wno-error=zero-as-null-pointer-constant > .endif > >+# Fixes build failure for Clang 8.0.0 >+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300014 >+CFLAGS+= -Wno-error=extra-semi-stmt >+.endif >+ > CFLAGS+= -Wno-error=redundant-parens > > .include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 236217
:
202557
|
202558
| 202575