]> git.pld-linux.org Git - packages/liferea.git/commitdiff
- obsolete
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 7 Nov 2009 10:27:26 +0000 (10:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    liferea-ac.patch -> 1.2
    liferea-xulrunner.patch -> 1.7

liferea-ac.patch [deleted file]
liferea-xulrunner.patch [deleted file]

diff --git a/liferea-ac.patch b/liferea-ac.patch
deleted file mode 100644 (file)
index 6e3b989..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -urN liferea-1.4.22d/configure.ac liferea-1.4.22d.new/configure.ac
---- liferea-1.4.22d/configure.ac       2008-11-14 00:12:52.000000000 +0100
-+++ liferea-1.4.22d.new/configure.ac   2008-11-22 12:36:30.000000000 +0100
-@@ -21,6 +21,7 @@
- AC_ISC_POSIX
- AC_PROG_CC
-+AC_PROG_CXX
- AM_PROG_CC_STDC
- AM_PROG_CC_C_O
- AC_HEADER_STDC
diff --git a/liferea-xulrunner.patch b/liferea-xulrunner.patch
deleted file mode 100644 (file)
index 44f7a6f..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -urN liferea-1.4.20/src/mozilla/Makefile.am liferea-1.4.20.new/src/mozilla/Makefile.am
---- liferea-1.4.20/src/mozilla/Makefile.am     2007-07-23 19:56:53.000000000 +0200
-+++ liferea-1.4.20.new/src/mozilla/Makefile.am 2008-10-06 16:36:16.000000000 +0200
-@@ -37,14 +37,22 @@
- ## the XulRunner support module
-+XULRUNNER_EXTRA_CFLAGS = \
-+      -I/usr/include/xulrunner \
-+      -I/usr/include/xulrunner/dom \
-+      -I/usr/include/xulrunner/gtkembedmoz \
-+      -I/usr/include/xulrunner/necko \
-+      -I/usr/include/xulrunner/webbrwsr \
-+      -I/usr/include/xulrunner/xpcom
-+
- liblihtmlx_la_SOURCES = \
-       mozembed.c mozembed.h \
-       mozsupport.cpp mozsupport.h \
-       xulrunner.c
- liblihtmlx_la_LIBADD = $(PACKAGE_LIBS) $(XULRUNNER_LIBS) $(INTLLIBS)
--liblihtmlx_la_CFLAGS = $(XULRUNNER_CFLAGS) $(PACKAGE_CFLAGS)  -DXULRUNNER_HOME=\""$(XULRUNNER_HOME)\""
--liblihtmlx_la_CXXFLAGS = $(XULRUNNER_CFLAGS) $(PACKAGE_CFLAGS)
-+liblihtmlx_la_CFLAGS = $(XULRUNNER_CFLAGS) $(XULRUNNER_EXTRA_CFLAGS) $(PACKAGE_CFLAGS)  -DXULRUNNER_HOME=\""$(XULRUNNER_HOME)\""
-+liblihtmlx_la_CXXFLAGS = $(XULRUNNER_CFLAGS) $(XULRUNNER_EXTRA_CFLAGS) $(PACKAGE_CFLAGS)
- if PLATFORM_WIN32
This page took 0.076706 seconds and 4 git commands to generate.