mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Break build when WITH_DEBUG= is set
PR: 196576 Submitted by: mizhka@gmail.com
This commit is contained in:
parent
d2a06715cb
commit
bf43b88099
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392325
11
graphics/svgalib/files/patch-src-paradise.c
Normal file
11
graphics/svgalib/files/patch-src-paradise.c
Normal file
@ -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);
|
Loading…
Reference in New Issue
Block a user