pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/log4cplus
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Feb 4 10:53:51 UTC 2019
Modified Files:
pkgsrc/devel/log4cplus: Makefile
Log Message:
log4cplus: SunOS needs an explicit -liconv.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/log4cplus/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/log4cplus/Makefile
diff -u pkgsrc/devel/log4cplus/Makefile:1.7 pkgsrc/devel/log4cplus/Makefile:1.8
--- pkgsrc/devel/log4cplus/Makefile:1.7 Sun Nov 11 20:09:56 2018
+++ pkgsrc/devel/log4cplus/Makefile Mon Feb 4 10:53:51 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2018/11/11 20:09:56 sno Exp $
+# $NetBSD: Makefile,v 1.8 2019/02/04 10:53:51 jperkin Exp $
#
DISTNAME= log4cplus-2.0.2
@@ -23,6 +23,8 @@ CONFIGURE_ARGS+= --without-qt
CONFIGURE_ARGS+= --without-qt5
CONFIGURE_ARGS+= --without-python
+LDFLAGS.SunOS+= -liconv
+
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
CPPFLAGS+= -Werror=ignored-attributes
Home |
Main Index |
Thread Index |
Old Index