pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xfce4-thunar



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Feb 10 02:12:46 UTC 2022

Modified Files:
        pkgsrc/sysutils/xfce4-thunar: Makefile

Log Message:
xfce4-thunar: this now requires a C99 feature


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/sysutils/xfce4-thunar/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/xfce4-thunar/Makefile
diff -u pkgsrc/sysutils/xfce4-thunar/Makefile:1.78 pkgsrc/sysutils/xfce4-thunar/Makefile:1.79
--- pkgsrc/sysutils/xfce4-thunar/Makefile:1.78  Wed Dec  8 16:02:41 2021
+++ pkgsrc/sysutils/xfce4-thunar/Makefile       Thu Feb 10 02:12:46 2022
@@ -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 @@ MASTER_SITES= https://archive.xfce.org/s
 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