pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/libiptcdata
Module Name: pkgsrc
Committed By: nros
Date: Mon Dec 25 16:02:47 UTC 2023
Modified Files:
pkgsrc/graphics/libiptcdata: Makefile
Log Message:
libiptcdata: fix build due to missing libintl
libiptcdata did not install its translation
files due to that configure didn't find libintl.
So include devel/gettext-lib/buildlink3.mk to
fix it. This packages uses iconv so also add
convertes/libiconv/buildlink3.mk .
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/libiptcdata/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/libiptcdata/Makefile
diff -u pkgsrc/graphics/libiptcdata/Makefile:1.6 pkgsrc/graphics/libiptcdata/Makefile:1.7
--- pkgsrc/graphics/libiptcdata/Makefile:1.6 Mon Aug 14 05:24:35 2023
+++ pkgsrc/graphics/libiptcdata/Makefile Mon Dec 25 16:02:47 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2023/08/14 05:24:35 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/12/25 16:02:47 nros Exp $
DISTNAME= libiptcdata-1.0.4
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libiptcdata/}
@@ -20,6 +20,8 @@ PKGCONFIG_OVERRIDE+= libiptcdata/libiptc
CONFIGURE_ARGS+= --disable-python
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../databases/shared-mime-info/mimedb.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../textproc/gtk-doc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index