summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2016-05-11 15:47:13 +0000
committerbsiegert <bsiegert>2016-05-11 15:47:13 +0000
commit06fae41ac14d7ea170eee82a0229ebc511fc057e (patch)
treee21ddf4260cafe80caa159dce57a272a0aab14b6 /graphics
parent2612c1b1a22f93c30308b63d5b627ba20eb79c2d (diff)
downloadpkgsrc-06fae41ac14d7ea170eee82a0229ebc511fc057e.tar.gz
Pullup ticket #4987 - requested by joerg
games/darktable: build fix Revisions pulled up: - graphics/darktable/Makefile 1.62 --- Module Name: pkgsrc Committed By: joerg Date: Sat May 7 09:58:25 UTC 2016 Modified Files: pkgsrc/graphics/darktable: Makefile Log Message: Allow use of deprecated interfaces.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/darktable/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile
index 6578b6b8c10..7347f120d16 100644
--- a/graphics/darktable/Makefile
+++ b/graphics/darktable/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2016/03/05 11:28:37 jperkin Exp $
+# $NetBSD: Makefile,v 1.59.2.1 2016/05/11 15:47:13 bsiegert Exp $
DISTNAME= darktable-1.2.3
PKGREVISION= 13
@@ -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: