]> git.pld-linux.org Git - packages/chromium-bsu.git/commitdiff
- This patch comments out CC and CCX settings in Makefile allowing
authorfastviper <fastviper@poczta.onet.pl>
Sat, 22 Dec 2001 11:38:38 +0000 (11:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  use of nondefault compiler/linker. export CC from .spec
- This is patch from fastviper

Changed files:
    chromium-use_proper_CC.patch -> 1.1

chromium-use_proper_CC.patch [new file with mode: 0644]

diff --git a/chromium-use_proper_CC.patch b/chromium-use_proper_CC.patch
new file mode 100644 (file)
index 0000000..607494f
--- /dev/null
@@ -0,0 +1,19 @@
+diff -Nru Chromium-0.9/src-setup/Makefile Chromium-0.9-new/src-setup/Makefile
+--- Chromium-0.9/src-setup/Makefile    Sat Dec 22 03:16:41 2001
++++ Chromium-0.9-new/src-setup/Makefile        Sat Dec 22 03:17:42 2001
+@@ -8,12 +8,12 @@
+ include ../config.mak
+ ####### Compiler, tools and options
+-CC    =       gcc
+-CXX   =       g++
++#CC   =       gcc
++#CXX  =       g++
+ #CFLAGS       =       -pipe $(PKG_CFLAGS) $(AL_CFLAGS) $(SDL_CFLAGS) $(SMPEG_CFLAGS) -Wall -W -g -D_REENTRANT
+ #CXXFLAGS=    -pipe $(PKG_CFLAGS) $(AL_CFLAGS) $(SDL_CFLAGS) $(SMPEG_CFLAGS) -Wall -W -g -D_REENTRANT
+ INCPATH       =       -I$(QTDIR)/include/qt
+-LINK  =       g++
++#LINK =       g++
+ LFLAGS        =       
+ LIBS  =       $(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib  $(AL_LIBS) $(SDL_LIBS) $(SMPEG_LIBS) $(VORBIS_LIBS) -lm -pthread -lqt -lXext -lX11 -lm
+ MOC   =       $(QTDIR)/bin/moc
This page took 0.064365 seconds and 4 git commands to generate.