svn commit: r392325 - head/graphics/svgalib/files

Niclas Zeising zeising at FreeBSD.org
Thu Jul 16 21:29:36 UTC 2015


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 at 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);


More information about the svn-ports-all mailing list