]> git.pld-linux.org Git - packages/chromium-bsu.git/commitdiff
- As PLD doesn't have any QTDIR it's necessary to change Makefile
authorfastviper <fastviper@poczta.onet.pl>
Sat, 22 Dec 2001 11:37:59 +0000 (11:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  so that /usr/X11R6 could be one.
- This is patch from fastviper

Changed files:
    chromium-qt.patch -> 1.1

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

diff --git a/chromium-qt.patch b/chromium-qt.patch
new file mode 100644 (file)
index 0000000..3336240
--- /dev/null
@@ -0,0 +1,12 @@
+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:03:31 2001
++++ Chromium-0.9-new/src-setup/Makefile        Sat Dec 22 03:04:18 2001
+@@ -12,7 +12,7 @@
+ 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
++INCPATH       =       -I$(QTDIR)/include/qt
+ 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
This page took 0.084502 seconds and 4 git commands to generate.