pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/desktop-file-utils
Module Name: pkgsrc
Committed By: maya
Date: Tue Jun 4 13:05:28 UTC 2019
Modified Files:
pkgsrc/sysutils/desktop-file-utils: Makefile
Log Message:
desktop-file-utils: link against libintl on SunOS. tested by wilbury, thanks.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/sysutils/desktop-file-utils/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/desktop-file-utils/Makefile
diff -u pkgsrc/sysutils/desktop-file-utils/Makefile:1.36 pkgsrc/sysutils/desktop-file-utils/Makefile:1.37
--- pkgsrc/sysutils/desktop-file-utils/Makefile:1.36 Tue Apr 17 10:59:19 2018
+++ pkgsrc/sysutils/desktop-file-utils/Makefile Tue Jun 4 13:05:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2018/04/17 10:59:19 markd Exp $
+# $NetBSD: Makefile,v 1.37 2019/06/04 13:05:28 maya Exp $
DISTNAME= desktop-file-utils-0.23
PKGREVISION= 1
@@ -19,6 +19,8 @@ USE_PKGLOCALEDIR= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= EMACS=no
+LDFLAGS.SunOS+= -lintl
+
FILES_SUBST+= APPLICATIONS_PATH="${PREFIX}/share/applications"
FILES_SUBST+= UPDATE_DESKTOPDB="${PREFIX}/bin/update-desktop-database"
Home |
Main Index |
Thread Index |
Old Index