pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/goaccess goaccess: fix build on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af2cee1ae11e
branches:  trunk
changeset: 368938:af2cee1ae11e
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Fri Sep 22 22:18:01 2017 +0000

description:
goaccess: fix build on SunOS

Needs c99

diffstat:

 www/goaccess/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 685b4de3ef73 -r af2cee1ae11e www/goaccess/Makefile
--- a/www/goaccess/Makefile     Fri Sep 22 22:05:05 2017 +0000
+++ b/www/goaccess/Makefile     Fri Sep 22 22:18:01 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2017/06/10 16:17:07 wiedi Exp $
+# $NetBSD: Makefile,v 1.17 2017/09/22 22:18:01 wiedi Exp $
 
 DISTNAME=      goaccess-1.2
 CATEGORIES=    www
@@ -11,6 +11,7 @@
 
 GNU_CONFIGURE= yes
 
+USE_LANGUAGES= c99
 USE_TOOLS+=     pkg-config aclocal autoconf automake
 USE_NCURSES=   yes
 



Home | Main Index | Thread Index | Old Index