Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jul 2015 21:29:36 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392325 - head/graphics/svgalib/files
Message-ID:  <201507162129.t6GLTa35093891@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Thu Jul 16 21:29:35 2015
New Revision: 392325
URL: https://svnweb.freebsd.org/changeset/ports/392325

Log:
  Break build when WITH_DEBUG= is set
  
  PR:		196576
  Submitted by:	mizhka@gmail.com

Added:
  head/graphics/svgalib/files/patch-src-paradise.c   (contents, props changed)

Added: head/graphics/svgalib/files/patch-src-paradise.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/svgalib/files/patch-src-paradise.c	Thu Jul 16 21:29:35 2015	(r392325)
@@ -0,0 +1,11 @@
+--- src/paradise.c.orig	2015-01-07 00:08:55.000000000 +0300
++++ src/paradise.c	2015-01-07 00:09:33.000000000 +0300
+@@ -40,7 +40,7 @@
+ {
+ }
+ 
+-void inline _outb(unsigned port,unsigned value)
++static void inline _outb(unsigned port,unsigned value)
+ {
+ #ifdef DEBUG
+  printf ("0x%x, 0x%x\n",port,value);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507162129.t6GLTa35093891>