Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 212372 Details for
Bug 295827
games-strategy/freecnc: fails with forced --as-needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fixing as-needed issues
freecnc-0.2.1.31072003-as-needed.patch (text/plain), 515 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2009-12-07 18:28:20 UTC
(
hide
)
Description:
fixing as-needed issues
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2009-12-07 18:28:20 UTC
Size:
515 bytes
patch
obsolete
>--- freecnc++.org/tools/tmpinied/Makefile 2009-12-07 18:18:23.985443151 +0000 >+++ freecnc++/tools/tmpinied/Makefile 2009-12-07 18:19:45.869476911 +0000 >@@ -13,7 +13,7 @@ > CFLAGS = -g -Wall -Werror -I../../src/include `sdl-config --cflags` > > ../../tmpinied: $(LOCALOBJS) $(OBJECTS) >- $(CXX) -o ../../tmpinied -g `sdl-config --libs` $(LOCALOBJS) $(OBJECTS) $(LIBS) $(LDFLAGS) >+ $(CXX) -g $(LDFLAGS) -o ../../tmpinied $(LOCALOBJS) $(OBJECTS) $(LIBS) `sdl-config --libs` > clean: > \rm -f $(LOCALOBJS) ../../tmpinied >
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 295827
:
212142
|
212370
| 212372