pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/compton



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Mar 29 07:27:49 UTC 2019

Modified Files:
        pkgsrc/x11/compton: Makefile

Log Message:
Compton requires GCC 4.9 and later because of the __auto_type extension


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/compton/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/compton/Makefile
diff -u pkgsrc/x11/compton/Makefile:1.7 pkgsrc/x11/compton/Makefile:1.8
--- pkgsrc/x11/compton/Makefile:1.7     Fri Mar  1 17:11:23 2019
+++ pkgsrc/x11/compton/Makefile Fri Mar 29 07:27:49 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/03/01 17:11:23 youri Exp $
+# $NetBSD: Makefile,v 1.8 2019/03/29 07:27:49 pho Exp $
 
 DISTNAME=      compton-5.1
 CATEGORIES=    x11 wm
@@ -19,6 +19,9 @@ BUILD_TARGET= compton docs
 MAKE_FLAGS+=   MANDIR=${PREFIX}/${PKGMANDIR}/man1
 MAKE_FLAGS+=   COMPTON_VERSION=${PKGVERSION}
 
+# compton uses __auto_type which is only available as of GCC 4.9.
+GCC_REQD+=     4.9
+
 INSTALLATION_DIRS+=    share/examples/compton
 
 post-install:



Home | Main Index | Thread Index | Old Index