patches/liferea-03-no-unix03.diff
author jurikm
Fri, 21 May 2010 21:32:53 +0000
changeset 2694 7b679d5f5341
parent 1224 7612ab467731
permissions -rw-r--r--
SFEliferea.spec: update to 1.6.3, dependency on webkit

--- liferea-1.6.3/src/parsers/ns_dc.c	Fri May 21 22:44:46 2010
+++ liferea-1.6.3-patch/src/parsers/ns_dc.c	Fri May 21 22:43:40 2010
@@ -23,7 +23,6 @@
 #  include <config.h>
 #endif
 
-#define _XOPEN_SOURCE	600 	/* glibc2 needs this (man strptime) */
 
 #include "ns_dc.h"
 #include "common.h"
--- liferea-1.6.3/src/common.c	Fri May 21 22:44:46 2010
+++ liferea-1.6.3-patch/src/common.c	Fri May 21 22:47:27 2010
@@ -37,7 +37,6 @@
 #  include <config.h>
 #endif
 
-#define _XOPEN_SOURCE	600 /* glibc2 needs this (man strptime) */
 
 #include <libxml/uri.h>
 #include <gtk/gtk.h>