svn commit: r411844 - head/net-p2p/gtk-gnutella/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Mar 25 14:18:17 UTC 2016


Author: amdmi3
Date: Fri Mar 25 14:18:16 2016
New Revision: 411844
URL: https://svnweb.freebsd.org/changeset/ports/411844

Log:
  - Fix build on 9.x
  
  PR:		208265
  Submitted by:	woodsb02 at gmail.com (maintainer)

Added:
  head/net-p2p/gtk-gnutella/files/
  head/net-p2p/gtk-gnutella/files/patch-src_gcc.h   (contents, props changed)

Added: head/net-p2p/gtk-gnutella/files/patch-src_gcc.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/gtk-gnutella/files/patch-src_gcc.h	Fri Mar 25 14:18:16 2016	(r411844)
@@ -0,0 +1,11 @@
+--- src/gcc.h.orig	2016-03-24 18:58:27 UTC
++++ src/gcc.h
+@@ -310,7 +310,7 @@
+  * warning purposedly for some section of the file and then later restore
+  * the original warnings.
+  */
+-#if HAS_GCC(3, 0)
++#if HAS_GCC(4, 8)
+ #define G_IGNORE_PUSH(x) \
+ 	G_PRAGMA(GCC diagnostic push) \
+ 	G_PRAGMA(GCC diagnostic ignored #x)


More information about the svn-ports-head mailing list