pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/compton Compton requires GCC 4.9 and later because...
details: https://anonhg.NetBSD.org/pkgsrc/rev/278e2320a9cb
branches: trunk
changeset: 331954:278e2320a9cb
user: pho <pho%pkgsrc.org@localhost>
date: Fri Mar 29 07:27:49 2019 +0000
description:
Compton requires GCC 4.9 and later because of the __auto_type extension
diffstat:
x11/compton/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 9c5c39bc8c16 -r 278e2320a9cb x11/compton/Makefile
--- a/x11/compton/Makefile Fri Mar 29 00:09:31 2019 +0000
+++ b/x11/compton/Makefile Fri Mar 29 07:27:49 2019 +0000
@@ -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 @@
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