FreeBSD Bugzilla – Attachment 119095 Details for
Bug 161561
[patch] games/el: actually respect CC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cc.diff
cc.diff (text/plain), 1.66 KB, created by
Nali Toja
on 2011-10-13 23:30:07 UTC
(
hide
)
Description:
cc.diff
Filename:
MIME Type:
Creator:
Nali Toja
Created:
2011-10-13 23:30:07 UTC
Size:
1.66 KB
patch
obsolete
>Index: games/el/files/patch-Makefile.linux >=================================================================== >RCS file: /a/.csup/ports/games/el/files/patch-Makefile.linux,v >retrieving revision 1.2 >diff -u -p -r1.2 patch-Makefile.linux >--- games/el/files/patch-Makefile.linux 20 Jan 2009 17:29:36 -0000 1.2 >+++ games/el/files/patch-Makefile.linux 13 Oct 2011 21:34:41 -0000 >@@ -25,7 +25,7 @@ > $(foreach FEATURE, $(FEATURES), $($(FEATURE)_LIBS)) > _LDFLAGS=$(XDIR) -lGL -lpthread -lz > STATICLIBS=libs/libSDL_net.a libs/libSDL.a libs/libSDL_image.a libs/libopenal.a libs/libvorbisfile.a libs/libvorbis.a libs/libogg.a libs/libxml2.a libs/libcal3d.a libs/libpng.a libs/libasound.a $(EXTRA_STATICLIBS) >-@@ -75,16 +77,16 @@ >+@@ -75,7 +77,7 @@ HEADER_DIRS = . books eye_candy io pawn > DEP_FILES=$(foreach OBJ, $(COBJS), .deps/$(OBJ).P)) $(foreach OBJ, $(CXXOBJS), .deps/$(OBJ).P)) > #(shell echo $OBJ |sed s/\.o/\.P/)) > >@@ -33,16 +33,13 @@ > +EXE=el.x86 > > ifndef CC >--CC=gcc >-+CC?=gcc >- endif >- ifndef CXX >--CXX=g++ >-+CXX?=g++ >+ CC=gcc >+@@ -84,7 +86,7 @@ ifndef CXX >+ CXX=g++ > endif > ifndef LINK > -LINK=gcc >-+LINK?=gcc >++LINK?=$(CC) > endif > > # the compile targets >Index: games/el/files/patch-make.defaults >=================================================================== >RCS file: games/el/files/patch-make.defaults >diff -N games/el/files/patch-make.defaults >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ games/el/files/patch-make.defaults 13 Oct 2011 21:26:07 -0000 >@@ -0,0 +1,10 @@ >+--- make.defaults~ >++++ make.defaults >+@@ -89,7 +89,3 @@ CXXWARN=-Wall >+ #EXTRA_INCLUDES=-IC:\\Programme\\Dev-Cpp\\Include >+ #EXTRA_LIBS=-lz >+ #EXTRA_STATICLIBS=libs/zlib.a >+- >+-CC=gcc >+-CXX=g++ >+-LINK=gcc
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 161561
: 119095