mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build with gcc4
This commit is contained in:
parent
1bedb3eafd
commit
ce7733bb75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192421
1 changed files with 10 additions and 0 deletions
10
x11/xcoloredit/files/patch-xcoloredit.c
Normal file
10
x11/xcoloredit/files/patch-xcoloredit.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- xcoloredit.c.orig Wed May 30 22:10:09 2007
|
||||
+++ xcoloredit.c Wed May 30 22:10:57 2007
|
||||
@@ -85,6 +85,7 @@
|
||||
static void move_scroll();
|
||||
static void change_text_colour();
|
||||
|
||||
+static int WhichButton(String name);
|
||||
|
||||
#define MEMORY_OFFSET 8
|
||||
#define NUM_MEMORIES 36
|
Loading…
Add table
Reference in a new issue