Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 268919 Details for
Bug 325927
games-strategy/xscorch has a new GTK2-compatible version available
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix final linking
xscorch-0.2.1_pre2-as-needed.patch (text/plain), 850 bytes, created by
Brett T. Warden
on 2011-04-07 19:01:34 UTC
(
hide
)
Description:
Patch to fix final linking
Filename:
MIME Type:
Creator:
Brett T. Warden
Created:
2011-04-07 19:01:34 UTC
Size:
850 bytes
patch
obsolete
>--- Makefile.in.old 2009-05-31 15:20:43.000000000 -0700 >+++ Makefile.in 2011-04-07 11:26:47.000000000 -0700 >@@ -286,9 +286,6 @@ > xscorch.c > > xscorch_LDADD = \ >- -lm \ >- $(GTK_LIBS) \ >- $(LIBMIKMOD_LIBS) \ > sgame/libscorch_game.a \ > sgtk/libscorch_gtk.a \ > sgtk/swidgets/libscorch_widget_gtk.a \ >@@ -298,13 +295,15 @@ > sutil/libscorch_util.a \ > sgame/libscorch_game.a \ > libj/jreg/libjreg.a \ >- libj/jstr/libjstr.a >+ libj/jstr/libjstr.a \ >+ $(GTK_LIBS) \ >+ $(LIBMIKMOD_LIBS) \ >+ -lm \ > > xscorch_server_SOURCES = \ > xscorch.c > > xscorch_server_LDADD = \ >- -lm \ > $(LIBREADLINE_LIBS) \ > sgame/libscorch_game.a \ > sconsole/libscorch_console.a \ >@@ -314,7 +313,8 @@ > sutil/libscorch_util.a \ > sgame/libscorch_game.a \ > libj/jreg/libjreg.a \ >- libj/jstr/libjstr.a >+ libj/jstr/libjstr.a \ >+ -lm \ > > INCLUDES = -Isgame -Isgtk > all: config.h
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 325927
:
248535
|
268909
|
268913
|
268915
| 268919