pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2019Q2] pkgsrc/x11/libxfce4ui



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Thu Jul 18 13:27:50 UTC 2019

Modified Files:
        pkgsrc/x11/libxfce4ui [pkgsrc-2019Q2]: Makefile

Log Message:
Pullup ticket #6003 - requested by gutteridge
x11/libxfceui: build fix

Revisions pulled up:
- x11/libxfce4ui/Makefile                                       1.20

---
   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.19.2.1 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.19.2.1
--- pkgsrc/x11/libxfce4ui/Makefile:1.19 Thu May 23 02:02:53 2019
+++ pkgsrc/x11/libxfce4ui/Makefile      Thu Jul 18 13:27:50 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/05/23 02:02:53 gutteridge Exp $
+# $NetBSD: Makefile,v 1.19.2.1 2019/07/18 13:27:50 bsiegert 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