aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2015-07-17 05:29:35 +0800
committerzeising <zeising@FreeBSD.org>2015-07-17 05:29:35 +0800
commit3483e8f6040a5d016f201b3278b270783e18dd03 (patch)
tree03a4570d1acb4eaacfa3e08e631156d21ea8a4ad /graphics
parentcbb6d001924d5a580647bf7d98209008c8782eb8 (diff)
downloadfreebsd-ports-gnome-3483e8f6040a5d016f201b3278b270783e18dd03.tar.gz
freebsd-ports-gnome-3483e8f6040a5d016f201b3278b270783e18dd03.tar.zst
freebsd-ports-gnome-3483e8f6040a5d016f201b3278b270783e18dd03.zip
Break build when WITH_DEBUG= is set
PR: 196576 Submitted by: mizhka@gmail.com
Diffstat (limited to 'graphics')
-rw-r--r--graphics/svgalib/files/patch-src-paradise.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/svgalib/files/patch-src-paradise.c b/graphics/svgalib/files/patch-src-paradise.c
new file mode 100644
index 000000000000..ea43d0b6f173
--- /dev/null
+++ b/graphics/svgalib/files/patch-src-paradise.c
@@ -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);