pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/appstream



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 25 07:38:10 UTC 2025

Modified Files:
        pkgsrc/devel/appstream: Makefile

Log Message:
appstream: fix build after localedir support in meson was improved


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/appstream/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/appstream/Makefile
diff -u pkgsrc/devel/appstream/Makefile:1.16 pkgsrc/devel/appstream/Makefile:1.17
--- pkgsrc/devel/appstream/Makefile:1.16        Sat Apr 19 07:57:40 2025
+++ pkgsrc/devel/appstream/Makefile     Fri Apr 25 07:38:10 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2025/04/19 07:57:40 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2025/04/25 07:38:10 wiz Exp $
 
 DISTNAME=      appstream-1.0.4
 PKGREVISION=   2
@@ -20,7 +20,6 @@ USE_PKGLOCALEDIR=     yes
 USE_TOOLS+=            itstool msgfmt pkg-config
 
 MESON_ARGS+=   -Dapidocs=false
-MESON_ARGS+=   -Dlocaledir=${PKGLOCALEDIR}/locale
 MESON_ARGS+=   -Dsystemd=false
 # for running a tool during the build
 MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/src



Home | Main Index | Thread Index | Old Index