Fix build with graphics/openexr 2.4.0 (-std=c++11). PKGREVISION++. proposed at pkgsrc-users@
This commit is contained in:
parent
28eef50e04
commit
f2af8477a1
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.101 2019/08/22 12:23:56 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.102 2019/09/23 04:50:10 mef Exp $
|
||||
|
||||
DISTNAME= kdelibs-4.14.38
|
||||
PKGNAME= ${DISTNAME:S/-4/4-4/}
|
||||
PKGREVISION= 6
|
||||
PKGREVISION= 7
|
||||
CATEGORIES= x11
|
||||
COMMENT= Support libraries for the KDE integrated X11 desktop
|
||||
MASTER_SITES= ${MASTER_SITE_KDE:=applications/17.08.3/src/}
|
||||
|
@ -87,6 +87,8 @@ PLIST.kgrantpty= yes
|
|||
.endif
|
||||
|
||||
CFLAGS.SunOS+= -D__EXTENSIONS__
|
||||
CFLAGS+= -std=c++11
|
||||
|
||||
LDFLAGS.Darwin+= -lintl
|
||||
LDFLAGS.SunOS+= -lintl
|
||||
|
||||
|
|
Loading…
Reference in a new issue