Bug 137525

Summary: Patch to fix compile problems
Product: [Fedora] Fedora Reporter: Kees <kc0>
Component: SDL_netAssignee: Thomas Woerner <twoerner>
Status: CLOSED RAWHIDE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.2.5-5 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-06-09 20:50:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kees 2004-10-29 09:03:46 UTC
Description of problem:

freeCNC won't compile using the SDL_net from rawhide (SDL_net-1.2.5-2
).
This patch fixes the problem:

[kvdb@localhost ~]$ diff -u /usr/include/SDL/SDL_net.h_org
/usr/include/SDL/SDL_net.h
--- /usr/include/SDL/SDL_net.h_org      2004-10-29 11:02:20.062915402
+0200
+++ /usr/include/SDL/SDL_net.h  2004-10-29 11:00:20.160547312 +0200
@@ -413,7 +413,7 @@
 #endif
 /* Ends C function definitions when using C++ */
 #ifdef __cplusplus
-};
+}
 #endif
 #include "close_code.h"

Comment 1 Ville Skyttä 2005-06-09 20:50:41 UTC
Applied in 1.2.5-5 (in Extras).