summaryrefslogtreecommitdiff
path: root/time/gnome-pomodoro
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-05-14 18:58:53 +0000
committerjoerg <joerg@pkgsrc.org>2020-05-14 18:58:53 +0000
commit057b6fa15882d4b53363401af0fbf5bdedecf4cc (patch)
tree588c9cbb08ab743b73c8467407a587aa8fb05d08 /time/gnome-pomodoro
parent921c791566a9d90c7f6a092e4871421cf7ad4e84 (diff)
downloadpkgsrc-057b6fa15882d4b53363401af0fbf5bdedecf4cc.tar.gz
Needs autopoint, msgfmt --desktop and contains broken glib checks
Diffstat (limited to 'time/gnome-pomodoro')
-rw-r--r--time/gnome-pomodoro/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/time/gnome-pomodoro/Makefile b/time/gnome-pomodoro/Makefile
index 9c2cd8ae76d..c31bc02cfbf 100644
--- a/time/gnome-pomodoro/Makefile
+++ b/time/gnome-pomodoro/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/04/14 14:25:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/14 18:58:53 joerg Exp $
DISTNAME= gnome-pomodoro-0.17.0
CATEGORIES= time
@@ -14,11 +14,18 @@ LICENSE= gnu-gpl-v3
TOOL_DEPENDS+= autoconf-archive-[0-9]*:../../devel/autoconf-archive
BUILD_DEPENDS+= vala-[0-9]*:../../lang/vala
+# Requires --desktop in msgfmt.
+_TOOLS_USE_PKGSRC.msgfmt= yes
+
+# Broken generated code uses g_return_if_fail when g_return_val_if_fail
+# is necessary
+CFLAGS+= -Wno-return-type
+
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c
-USE_TOOLS+= automake gmake pkg-config
+USE_TOOLS+= automake autopoint gmake pkg-config
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= autogen.sh