Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 172008 Details for
Bug 247101
games-arcade/sdl-ball (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/Makefile.patch
Makefile.patch (text/plain), 608 bytes, created by
Christian Ruppert (idl0r)
on 2008-11-16 17:31:55 UTC
(
hide
)
Description:
files/Makefile.patch
Filename:
MIME Type:
Creator:
Christian Ruppert (idl0r)
Created:
2008-11-16 17:31:55 UTC
Size:
608 bytes
patch
obsolete
>--- Makefile.old 2008-11-09 16:39:41.000000000 +0100 >+++ Makefile 2008-11-16 14:39:58.000000000 +0100 >@@ -8,7 +8,7 @@ CFLAGS+=-c -Wall > > #append -lwiiuse to compile with WIIUSE support > #remove -lSDL_mixer if compiling with -DNOSOUND >-LDFLAGS+=-lGL -lGLU -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer >+LIBS+=-lGL -lGLU -lSDL -lSDL_image -lSDL_ttf > > SOURCES=main.cpp > OBJECTS=$(SOURCES:.cpp=.o) >@@ -18,7 +18,7 @@ EXECUTABLE=sdl-ball > all: $(SOURCES) $(EXECUTABLE) > > $(EXECUTABLE): $(OBJECTS) >- $(CC) $(OBJECTS) $(LDFLAGS) -o $@ >+ $(CC) $(LDFLAGS) $(OBJECTS) $(LIBS) -o $@ > > .cpp.o: > $(CC) $(CFLAGS) $< -o $@
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 Raw
Actions:
View
Attachments on
bug 247101
:
172005
|
172006
|
172008
|
176432
|
176531
|
176532
|
176536
|
177978
|
178034