diff options
author | joerg <joerg@pkgsrc.org> | 2015-06-15 09:21:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-06-15 09:21:56 +0000 |
commit | cd36410998fd332381e9e69bfa79859b5c9c3e75 (patch) | |
tree | f8eed533ed740246b763f55ce8d61eb8e215214c /net/choqok | |
parent | 236e25a7010fd1cc50460d9ff5a8255c42395b1e (diff) | |
download | pkgsrc-cd36410998fd332381e9e69bfa79859b5c9c3e75.tar.gz |
Content generation rules are not race-free.
Diffstat (limited to 'net/choqok')
-rw-r--r-- | net/choqok/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/choqok/Makefile b/net/choqok/Makefile index cbba0702b9b..3064bc019db 100644 --- a/net/choqok/Makefile +++ b/net/choqok/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2015/06/12 10:50:40 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2015/06/15 09:21:56 joerg Exp $ # DISTNAME= choqok-1.4 @@ -12,6 +12,9 @@ HOMEPAGE= http://choqok.gnufolks.org/ COMMENT= Twitter and StatusNet client for KDE LICENSE= gnu-gpl-v2 +# /data/scratch/net/choqok/work/choqok-1.4/plugins/shorteners/bit_ly/bit_ly_settings.h:64:5: error: unterminated /* comment +MAKE_JOBS_SAFE= no + USE_LANGUAGES= c c++ USE_TOOLS+= perl msgfmt pkg-config |