pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/pango



Module Name:    pkgsrc
Committed By:   kamil
Date:           Wed Sep 11 21:20:49 UTC 2019

Modified Files:
        pkgsrc/devel/pango: Makefile

Log Message:
pango: Fix build with clang10svn

Trim -Werror=implicit-fallthrough with a buildlink transform.


To generate a diff of this commit:
cvs rdiff -u -r1.224 -r1.225 pkgsrc/devel/pango/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/pango/Makefile
diff -u pkgsrc/devel/pango/Makefile:1.224 pkgsrc/devel/pango/Makefile:1.225
--- pkgsrc/devel/pango/Makefile:1.224   Sat Sep  7 21:13:34 2019
+++ pkgsrc/devel/pango/Makefile Wed Sep 11 21:20:48 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.224 2019/09/07 21:13:34 nia Exp $
+# $NetBSD: Makefile,v 1.225 2019/09/11 21:20:48 kamil Exp $
 
 DISTNAME=      pango-1.44.5
 CATEGORIES=    devel fonts
@@ -28,6 +28,8 @@ MAKE_ENV+=            LD_LIBRARY_PATH=${WRKSRC}/ou
 CHECK_FILES_SKIP+=     ${PREFIX}/libdata/pango/pango.modules
 CHECK_PORTABILITY_SKIP+= docs/check.docs
 
+BUILDLINK_TRANSFORM+=  rm:-Werror=implicit-fallthrough # clang10svn
+
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/share/man/man1/pango-view.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/pango-view.1 || ${TRUE}
 



Home | Main Index | Thread Index | Old Index