FreeBSD Bugzilla – Attachment 125556 Details for
Bug 169179
[maintainer-update] Patch to fix games/netrek-client-cow build using CLANG
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.39 KB, created by
Kevin Zheng
on 2012-06-17 17:30:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Kevin Zheng
Created:
2012-06-17 17:30:13 UTC
Size:
1.39 KB
patch
obsolete
>diff -ruN /usr/ports/games/netrek-client-cow/files/patch-local.c netrek-client-cow/files/patch-local.c >--- /usr/ports/games/netrek-client-cow/files/patch-local.c 1969-12-31 18:00:00.000000000 -0600 >+++ netrek-client-cow/files/patch-local.c 2012-06-17 11:17:47.000000000 -0500 >@@ -0,0 +1,20 @@ >+--- ./local.c.orig 2012-06-17 10:02:41.000000000 -0500 >++++ ./local.c 2012-06-17 10:03:00.000000000 -0500 >+@@ -1292,7 +1292,7 @@ >+ } >+ >+ >+-inline void local(void) >++extern void local(void) >+ /* >+ * Draw out the 'tactical' map >+ */ >+@@ -1310,7 +1310,7 @@ >+ } >+ >+ >+-inline void clearLocal(void) >++extern void clearLocal(void) >+ /* >+ * Clear the local map (intelligently rather than just simply wiping >+ * the map). >diff -ruN /usr/ports/games/netrek-client-cow/files/patch-local.h netrek-client-cow/files/patch-local.h >--- /usr/ports/games/netrek-client-cow/files/patch-local.h 1969-12-31 18:00:00.000000000 -0600 >+++ netrek-client-cow/files/patch-local.h 2012-06-17 11:17:47.000000000 -0500 >@@ -0,0 +1,18 @@ >+--- ./local.h.orig 2012-06-17 10:02:37.000000000 -0500 >++++ ./local.h 2012-06-17 10:02:50.000000000 -0500 >+@@ -17,13 +17,13 @@ >+ >+ /* Global Functions */ >+ >+-inline void clearLocal(void); >++extern void clearLocal(void); >+ /* >+ Clear the local map (intelligently rather than just simply wiping >+ the map). >+ */ >+ >+-inline void local(void); >++extern void local(void); >+ /* >+ Draw out the 'tactical' map. >+ */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 169179
: 125556 |
125557