diff options
author | joerg <joerg@pkgsrc.org> | 2016-05-07 09:58:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-05-07 09:58:25 +0000 |
commit | 8b2ae46f6d5e869ab091bb6033c9cc6032e0b04e (patch) | |
tree | a66da04fd05131cdf085b12db2137bb23b177d40 /graphics | |
parent | 546ca598988f13fb35e95da0bcfe80f2f514007f (diff) | |
download | pkgsrc-8b2ae46f6d5e869ab091bb6033c9cc6032e0b04e.tar.gz |
Allow use of deprecated interfaces.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/darktable/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index f846a1733d8..3e1442d1832 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2016/05/03 11:40:03 prlw1 Exp $ +# $NetBSD: Makefile,v 1.62 2016/05/07 09:58:25 joerg Exp $ DISTNAME= darktable-1.2.3 PKGREVISION= 15 @@ -51,6 +51,12 @@ CFLAGS+= -mstackrealign -msse2 -march=i686 CFLAGS.NetBSD+= -D_NETBSD_SOURCE +.include "../../mk/compiler.mk" +.if !empty(PKGSRC_COMPILER:Mgcc) +# gdk_pixbuf_new_from_inline +CFLAGS+= -Wno-error=deprecated-declarations +.endif + CHECK_PORTABILITY_SKIP+= packaging/macosx/start pre-configure: |