pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/e2guardian
Module Name: pkgsrc
Committed By: jperkin
Date: Fri May 12 11:42:33 UTC 2017
Modified Files:
pkgsrc/www/e2guardian: Makefile
Log Message:
Requires libiconv. SunOS requires an explicit -liconv.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/e2guardian/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/e2guardian/Makefile
diff -u pkgsrc/www/e2guardian/Makefile:1.4 pkgsrc/www/e2guardian/Makefile:1.5
--- pkgsrc/www/e2guardian/Makefile:1.4 Wed Mar 15 13:42:03 2017
+++ pkgsrc/www/e2guardian/Makefile Fri May 12 11:42:33 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/03/15 13:42:03 sborrill Exp $
+# $NetBSD: Makefile,v 1.5 2017/05/12 11:42:33 jperkin Exp $
DISTNAME= e2guardian-3.5.1
PKGREVISION= 1
@@ -49,6 +49,8 @@ CONFIGURE_ARGS+= --with-piddir=${VARBASE
CONFIGURE_ARGS+= --with-logdir=${VARBASE}/log/${E2G_LOG}
CONFIGURE_ARGS+= --enable-ntlm
+LIBS.SunOS+= -liconv
+
.include "options.mk"
CHECK_WRKREF_SKIP= sbin/e2guardian
@@ -72,6 +74,7 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCON
pre-configure:
cd ${WRKSRC} && ${SH} autogen.sh
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index