pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/wine-devel



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Nov  1 20:01:57 UTC 2016

Modified Files:
        pkgsrc/emulators/wine-devel: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/emulators/wine-devel/Makefile

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

Modified files:

Index: pkgsrc/emulators/wine-devel/Makefile
diff -u pkgsrc/emulators/wine-devel/Makefile:1.61 pkgsrc/emulators/wine-devel/Makefile:1.62
--- pkgsrc/emulators/wine-devel/Makefile:1.61   Mon Sep 19 13:04:21 2016
+++ pkgsrc/emulators/wine-devel/Makefile        Tue Nov  1 20:01:57 2016
@@ -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 @@ ONLY_FOR_PLATFORM+=   *-*-i386 *-*-x86_64
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+GCC_REQD+=             4.7
 
 USE_LANGUAGES=         c
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index