Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 82586 Details for
Bug 126835
games-puzzle/flobopuyo: respect *FLAGS and add opengl useflag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
flobopuyo-0.20-libs.patch
flobopuyo-0.20-libs.patch (text/plain), 1.72 KB, created by
Diego Elio Pettenò (RETIRED)
on 2006-03-19 10:24:26 UTC
(
hide
)
Description:
flobopuyo-0.20-libs.patch
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2006-03-19 10:24:26 UTC
Size:
1.72 KB
patch
obsolete
>Index: flobopuyo-0.20/Makefile >=================================================================== >--- flobopuyo-0.20.orig/Makefile >+++ flobopuyo-0.20/Makefile >@@ -49,7 +49,8 @@ LDFLAGS= > > ifneq ($(PLATFORM), $(CYGWIN_VERSION)) > CFLAGS:=$(CFLAGS) `$(SDL_CONFIG) --cflags` -I/sw/include >-LDFLAGS:=$(LDFLAGS) `$(SDL_CONFIG) --cflags --libs` >+LDFLAGS:=$(LDFLAGS) >+LIBS:=$(LIBS) `$(SDL_CONFIG) --cflags --libs` > endif > > HFILES= HiScores.h IosException.h IosImgProcess.h IosVector.h PuyoCommander.h\ >@@ -78,7 +79,8 @@ endif > # Win32 > ifeq ($(PLATFORM), $(CYGWIN_VERSION)) > CFLAGS:=$(CFLAGS) -mno-cygwin -mwindows -DWIN32 -DYY_NEVER_INTERACTIVE=1 -I$(WINSDLINCLUDE) >-LDFLAGS:=$(LDFLAGS) -L$(WINSDLDEVLIBS) -lmingw32 -ljpeg -lzlib -lpng1 -lSDL_image -lSDL_mixer -lSDL -lSDLmain >+LDFLAGS:=$(LDFLAGS) -L$(WINSDLDEVLIBS) >+LIBS:=$(LIBS) -lmingw32 -ljpeg -lzlib -lpng1 -lSDL_image -lSDL_mixer -lSDL -lSDLmain > endif > > ifeq ($(ENABLE_AUDIO), true) >@@ -90,7 +92,8 @@ ifeq ($(ENABLE_OPENGL), true) > CFLAGS:=$(CFLAGS) -DHAVE_OPENGL=1 > OBJFILES:=$(OBJFILES) glSDL.o > ifeq ($(PLATFORM), Linux) >-LDFLAGS:=$(LDFLAGS) -lGL >+LDFLAGS:=$(LDFLAGS) >+LIBS:=$(LIBS) -lGL > endif > endif > >@@ -110,7 +113,7 @@ CXXFLAGS=${CFLAGS} > all: prelude flobopuyo > > flobopuyo: ${OBJFILES} >- @echo "[flobopuyo]" && g++ $(CFLAGS) $(LDFLAGS) -o flobopuyo -lSDL_mixer -lSDL_image ${OBJFILES} >+ @echo "[flobopuyo]" && $(CXX) $(CFLAGS) $(LDFLAGS) $(OBJFILES) -o flobopuyo $(LIBS) -lSDL_mixer -lSDL_image > @echo "--------------------------------------" > @echo " Compilation finished" > @[ "x`cat WARNINGS | wc -l`" != "x0" ] && echo -e "--------------------------------------\n There have been some warnings:\n" && cat WARNINGS && rm -f WARNINGS && echo "--------------------------------------" || true
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 126835
:
82585
| 82586