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: riastradh
Date: Wed Feb 5 22:15:21 UTC 2025
Modified Files:
pkgsrc/devel/log4cplus: Makefile
Log Message:
devel/log4cplus: Fix build with PREFER_PKGSRC+=iconv.
Without this change, the package doesn't pass -liconv as it must.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/devel/log4cplus/Makefile:1.14
--- pkgsrc/devel/log4cplus/Makefile:1.13 Mon Aug 14 05:24:12 2023
+++ pkgsrc/devel/log4cplus/Makefile Wed Feb 5 22:15:21 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2023/08/14 05:24:12 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/02/05 22:15:21 riastradh Exp $
#
DISTNAME= log4cplus-2.0.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
GITHUB_RELEASE= REL_2_0_3
MASTER_SITES= ${MASTER_SITE_GITHUB:=log4cplus/}
@@ -40,5 +40,7 @@ CONFIGURE_ENV+= ac_cv_thread_local=no
CONFIGURE_ENV+= ac_cv__thread_keyword=no
.endif
+LIBS+= ${BUILDLINK_LDADD.iconv}
+
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index