Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 130649 Details for
Bug 192244
games-strategy/widelands-0.0.11 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
widelands-0.0.11-build.patch
widelands-0.0.11-build.patch (text/plain), 1.69 KB, created by
juantxorena@gmail.com
on 2007-09-11 22:06:52 UTC
(
hide
)
Description:
widelands-0.0.11-build.patch
Filename:
MIME Type:
Creator:
juantxorena@gmail.com
Created:
2007-09-11 22:06:52 UTC
Size:
1.69 KB
patch
obsolete
>--- Makefile 2007-09-11 23:47:36.000000000 +0200 >+++ Makefile 2007-09-11 23:50:57.000000000 +0200 >@@ -26,7 +26,7 @@ > > #most current glibc systems implicitly contain libintl.so > ifndef IMPLICIT_LIBINTL >-IMPLICIT_LIBINTL:=NO >+IMPLICIT_LIBINTL:=YES > endif > > # Is this a cross compile? >@@ -112,7 +112,6 @@ > # heavy optimization > #ADD_CFLAGS:=$(ADD_CFLAGS) -fomit-frame-pointer -finline-functions -ffast-math -funroll-loops -funroll-all-loops -fexpensive-optimizations > # !!!! -fomit-frame-pointer breaks execeptions !!!! >-ADD_CFLAGS:=$(ADD_CFLAGS) -finline-functions -ffast-math -funroll-loops -funroll-all-loops -fexpensive-optimizations > else > ifeq ($(BUILD),profile) > OPTIMIZE:=yes >@@ -151,9 +150,8 @@ > # Object files and directories, final compilation flags > > OBJECT_DIR:=src/$(TARGET)-$(BUILD) >-CFLAGS:=-Wall $(shell $(SDL_CONFIG) --cflags) $(ADD_CFLAGS) >-CXXFLAGS:=$(CFLAGS) >-LDFLAGS:=$(shell $(SDL_CONFIG) --libs) $(ADD_LDFLAGS) -lz -lpng -lSDL_image -lSDL_mixer -lSDL_ttf -lSDL_net -lSDL_gfx >+CXXFLAGS+=-Wall $(shell $(SDL_CONFIG) --cflags) $(ADD_CFLAGS) >+LDFLAGS+=$(shell $(SDL_CONFIG) --libs) $(ADD_LDFLAGS) -lz -lpng -lSDL_image -lSDL_mixer -lSDL_ttf -lSDL_net > > ############################################################################## > # Building >@@ -208,13 +206,13 @@ > > $(OBJECT_DIR)/widelands: $(OBJ) > @echo "===> LD $@" >- $(Q)$(CXX) $(OBJ) -o $@ $(LDFLAGS) $(CFLAGS) >+ $(CXX) $(OBJ) -o $@ $(LDFLAGS) $(CXXFLAGS) > > -include $(DEP) > > $(OBJECT_DIR)/%.o: src/%.cc src/build_id.h src/config.h > @echo "===> CXX $<" >- $(Q)$(CXX) -pipe $(CXXFLAGS) -MMD -MP -MF $@.d -c -o $@ $< >+ $(CXX) $(CXXFLAGS) -MMD -MP -MF $@.d -c -o $@ $< > $(Q)sed -e 's@^\(.*\)\.o:@\1.d \1.o:@' $@.d > $(OBJECT_DIR)/$*.d > $(Q)rm $@.d >
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 192244
:
130647
|
130649
|
130680
|
130682