pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/wine-devel wine-devel: require gcc 4.7 or ab...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81fcf6888f86
branches:  trunk
changeset: 354545:81fcf6888f86
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Nov 01 20:01:57 2016 +0000

description:
wine-devel: require gcc 4.7 or above.

according to https://wiki.winehq.org/Gcc :
some program (steam) require ms_hook_prologue which is only in gcc 4.5
but gcc 4.6 broke support for it, so require 4.7.

addresses PR pkg/42218 indirectly

diffstat:

 emulators/wine-devel/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 388e1e3dfcc2 -r 81fcf6888f86 emulators/wine-devel/Makefile
--- a/emulators/wine-devel/Makefile     Tue Nov 01 17:23:32 2016 +0000
+++ b/emulators/wine-devel/Makefile     Tue Nov 01 20:01:57 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2016/09/19 13:04:21 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2016/11/01 20:01:57 maya Exp $
 
 DISTNAME=      wine-1.9.18
 PKGREVISION=   3
@@ -18,6 +18,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+GCC_REQD+=             4.7
 
 USE_LANGUAGES=         c
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index