]> git.pld-linux.org Git - packages/chromium.git/blame - chromium-use_proper_CC.patch
- added Encoding=UTF-8 as requires by freedesktop
[packages/chromium.git] / chromium-use_proper_CC.patch
CommitLineData
b3229b67 1diff -Nru Chromium-0.9/src-setup/Makefile Chromium-0.9-new/src-setup/Makefile
2--- Chromium-0.9/src-setup/Makefile Sat Dec 22 03:16:41 2001
3+++ Chromium-0.9-new/src-setup/Makefile Sat Dec 22 03:17:42 2001
4@@ -8,12 +8,12 @@
5 include ../config.mak
6 ####### Compiler, tools and options
7
8-CC = gcc
9-CXX = g++
10+#CC = gcc
11+#CXX = g++
12 #CFLAGS = -pipe $(PKG_CFLAGS) $(AL_CFLAGS) $(SDL_CFLAGS) $(SMPEG_CFLAGS) -Wall -W -g -D_REENTRANT
13 #CXXFLAGS= -pipe $(PKG_CFLAGS) $(AL_CFLAGS) $(SDL_CFLAGS) $(SMPEG_CFLAGS) -Wall -W -g -D_REENTRANT
14 INCPATH = -I$(QTDIR)/include/qt
15-LINK = g++
16+#LINK = g++
17 LFLAGS =
18 LIBS = $(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib $(AL_LIBS) $(SDL_LIBS) $(SMPEG_LIBS) $(VORBIS_LIBS) -lm -pthread -lqt -lXext -lX11 -lm
19 MOC = $(QTDIR)/bin/moc
This page took 0.084142 seconds and 4 git commands to generate.