pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/xnedit
Module Name: pkgsrc
Committed By: micha
Date: Fri Feb 4 12:23:40 UTC 2022
Modified Files:
pkgsrc/editors/xnedit: Makefile
Log Message:
editors/xnedit: Build fix for libiconv
On Darwin and SunOS libiconv was not found.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/xnedit/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/xnedit/Makefile
diff -u pkgsrc/editors/xnedit/Makefile:1.2 pkgsrc/editors/xnedit/Makefile:1.3
--- pkgsrc/editors/xnedit/Makefile:1.2 Mon Jan 31 10:39:24 2022
+++ pkgsrc/editors/xnedit/Makefile Fri Feb 4 12:23:40 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/01/31 10:39:24 micha Exp $
+# $NetBSD: Makefile,v 1.3 2022/02/04 12:23:40 micha Exp $
VERS= 1.4.0
DISTNAME= xnedit-${VERS}
@@ -63,6 +63,7 @@ do-install:
.endfor
.include "../../converters/libiconv/buildlink3.mk"
+LIBS+= ${BUILDLINK_LDADD.iconv}
.include "../../devel/pcre/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../mk/motif.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index