pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libxfce4ui



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Jul  5 14:52:41 UTC 2019

Modified Files:
        pkgsrc/x11/libxfce4ui: Makefile

Log Message:
libxfce4ui: set C99 dependency

Address build breakage noted in Joyent CentOS bulk builds.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/libxfce4ui/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libxfce4ui/Makefile
diff -u pkgsrc/x11/libxfce4ui/Makefile:1.19 pkgsrc/x11/libxfce4ui/Makefile:1.20
--- pkgsrc/x11/libxfce4ui/Makefile:1.19 Thu May 23 02:02:53 2019
+++ pkgsrc/x11/libxfce4ui/Makefile      Fri Jul  5 14:52:41 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/05/23 02:02:53 gutteridge Exp $
+# $NetBSD: Makefile,v 1.20 2019/07/05 14:52:41 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -27,6 +27,8 @@ CONF_FILES=   ${XFCE4_EGBASE}/xfconf/xfce-
 MAKE_DIRS+=    ${XFCE4_EGBASE}/xfconf/xfce-perchannel-xml \
                ${PKG_SYSCONFDIR}/xfce4/xfconf/xfce-perchannel-xml
 
+USE_LANGUAGES= c99
+
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../devel/xfce4-conf/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"



Home | Main Index | Thread Index | Old Index