pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/goaccess



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Fri Sep 22 22:18:01 UTC 2017

Modified Files:
        pkgsrc/www/goaccess: Makefile

Log Message:
goaccess: fix build on SunOS

Needs c99


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/goaccess/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/goaccess/Makefile
diff -u pkgsrc/www/goaccess/Makefile:1.16 pkgsrc/www/goaccess/Makefile:1.17
--- pkgsrc/www/goaccess/Makefile:1.16   Sat Jun 10 16:17:07 2017
+++ pkgsrc/www/goaccess/Makefile        Fri Sep 22 22:18:01 2017
@@ -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 @@ LICENSE=      gnu-gpl-v2
 
 GNU_CONFIGURE= yes
 
+USE_LANGUAGES= c99
 USE_TOOLS+=     pkg-config aclocal autoconf automake
 USE_NCURSES=   yes
 



Home | Main Index | Thread Index | Old Index