Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22423 - patch to compile bitchx using gcc 3.3
Summary: patch to compile bitchx using gcc 3.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: John Mylchreest (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-07 21:27 UTC by Travis Tilley (RETIRED)
Modified: 2003-06-26 16:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Travis Tilley (RETIRED) gentoo-dev 2003-06-07 21:27:27 UTC
this is a patch to compile bitchx using gcc 3.3: 
 
 
--- source/status.c 
+++ source/status.c 
@@ -1213,11 +1213,11 @@ 
  * current-type window, although i think they should go to all windows. 
  */ 
 #define STATUS_VAR(x) \ 
-static	char	*status_user ## x ## (Window *window)			\ 
+static	char	*status_user##x (Window *window)			\ 
 {									\ 
 	char	*text;							\ 
 									\ 
-	if ((text = get_wset_string_var(window->wset, STATUS_USER ## x ## _WSET)) && 	
\ 
+	if ((text = get_wset_string_var(window->wset, STATUS_USER##x##_WSET)) && 	\ 
 	     DISPLAY_ON_WINDOW)						\ 
 		return text;						\ 
 	else								\
Comment 1 Travis Tilley (RETIRED) gentoo-dev 2003-06-25 18:19:11 UTC
bitchx-1.0.19-r5.ebuild applies a patch that allows gcc 3.3 to compile bitchx. unfortunately it seems that this information wasnt obtained from this bug i filed since it's still open and apparently ignored. Bitchx's changelog shows the fix was made june 16th while this bug is shown to have been filed on the 7th.

Anyways, it seems that this bug can be closed.
Comment 2 John Mylchreest (RETIRED) gentoo-dev 2003-06-26 16:51:57 UTC
already fixed