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:   schmonz
Date:           Thu Aug 29 10:04:30 UTC 2019

Modified Files:
        pkgsrc/www/goaccess: Makefile

Log Message:
Missed in recent update: needs gettext.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 pkgsrc/www/goaccess/Makefile:1.19
--- pkgsrc/www/goaccess/Makefile:1.18   Fri Aug 23 01:48:00 2019
+++ pkgsrc/www/goaccess/Makefile        Thu Aug 29 10:04:30 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/08/23 01:48:00 schmonz Exp $
+# $NetBSD: Makefile,v 1.19 2019/08/29 10:04:30 schmonz Exp $
 
 DISTNAME=      goaccess-1.3
 CATEGORIES=    www
@@ -21,10 +21,13 @@ CONF_FILES= ${EGDIR}/goaccess.conf ${PKG
 LIBS.SunOS+=   -lsocket -lnsl
 CPPFLAGS.SunOS+=       -D__EXTENSIONS__
 
+BROKEN_GETTEXT_DETECTION=      yes
+
 .include "options.mk"
 
 pre-configure:
        cd ${WRKSRC} && autoreconf -fiv
 
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index