]> git.pld-linux.org Git - packages/browser-plugin-genres.git/blob - genres-mozilla-config.patch
- 1.0.2 - needs porting to new xulrunner
[packages/browser-plugin-genres.git] / genres-mozilla-config.patch
1 diff -ur genres-0.9.2/Makefile genres-0.9.2-patch/Makefile
2 --- genres-0.9.2/Makefile       2006-04-24 22:00:20.000000000 +0200
3 +++ genres-0.9.2-patch/Makefile 2006-06-22 23:09:14.000000000 +0200
4 @@ -39,7 +39,7 @@
5  #
6  RELEASE=$(shell awk -F '[()]' '/\(.*\)/ { print $$2; exit; }' <debian/changelog)
7  PATH:=${PATH}:/usr/local/mozilla/bin:/usr/lib/mozilla/bin:/opt/mozilla/bin
8 -CFLAGS= -Wall -Os -DXP_UNIX -DMOZ_X11 -DXTHREADS ` mozilla-config --cflags xpcom` -fPIC -DRELEASE="\"${RELEASE}\""
9 +CFLAGS= -Wall $(OPTFLAGS) -DXP_UNIX -DMOZ_X11 -DXTHREADS `pkg-config --cflags xulrunner-xpcom` -fPIC -DRELEASE="\"${RELEASE}\""
10  OBJ=main_thread.o observer_thread.o threadqueue.o slavesdir.o storage.o settings.o
11  INSTALL=install -Dp -g root -o root
12  LIBPREFIX=$(DESTDIR)/usr/lib
13 diff -ur genres-0.9.2/threadqueue.cpp genres-0.9.2-patch/threadqueue.cpp
14 --- genres-0.9.2/threadqueue.cpp        2006-03-22 22:02:09.000000000 +0100
15 +++ genres-0.9.2-patch/threadqueue.cpp  2006-06-22 23:13:32.000000000 +0200
16 @@ -18,7 +18,7 @@
17  //    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18  
19  #include "nsCOMPtr.h"
20 -#include "nsIServiceManagerUtils.h"
21 +#include "nsServiceManagerUtils.h"
22  #include "nsIEventQueueService.h"
23  #include "nsIEventQueue.h"
24  #include <stdio.h>
This page took 0.105488 seconds and 3 git commands to generate.