pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xfce4-thunar xfce4-thunar: this now requires ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7efd9b002074
branches:  trunk
changeset: 373244:7efd9b002074
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Feb 10 02:12:46 2022 +0000

description:
xfce4-thunar: this now requires a C99 feature

diffstat:

 sysutils/xfce4-thunar/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 49d1df038fb9 -r 7efd9b002074 sysutils/xfce4-thunar/Makefile
--- a/sysutils/xfce4-thunar/Makefile    Wed Feb 09 21:25:58 2022 +0000
+++ b/sysutils/xfce4-thunar/Makefile    Thu Feb 10 02:12:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2021/12/08 16:02:41 adam Exp $
+# $NetBSD: Makefile,v 1.79 2022/02/10 02:12:46 gutteridge Exp $
 
 PKGREVISION= 1
 .include "../../meta-pkgs/xfce4/Makefile.common"
@@ -12,6 +12,8 @@
 HOMEPAGE=      https://docs.xfce.org/xfce/thunar/start
 COMMENT=       Xfce file manager
 
+USE_LANGUAGES= c99
+
 PKGCONFIG_OVERRIDE+=   thunarx/thunarx-3.pc.in
 
 PKG_SYSCONFSUBDIR=     xdg/Thunar



Home | Main Index | Thread Index | Old Index