vdr/vdr-plugin-statusleds/debian/patches 02_Makefile-GNU_SOURCE-fix.dpatch 00list 02_gcc295.dpatch

Tobias Grimm pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 27 Nov 2004 01:39:33 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-statusleds/debian/patches
In directory haydn:/tmp/cvs-serv9176/patches

Modified Files:
	00list 
Added Files:
	02_Makefile-GNU_SOURCE-fix.dpatch 
Removed Files:
	02_gcc295.dpatch 
Log Message:
don't commit after 2 o'clock! :-) Enabled GNU extensions to avoid cRwLock problems

Index: 00list
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-statusleds/debian/patches/00list,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- 00list	27 Nov 2004 01:25:32 -0000	1.3
+++ 00list	27 Nov 2004 01:39:31 -0000	1.4
@@ -1,2 +1,2 @@
 01_Makefile-fPIC-fix
-02_gcc295
+02_Makefile-GNU_SOURCE-fix

--- NEW FILE: 02_Makefile-GNU_SOURCE-fix.dpatch ---
#!/bin/sh /usr/share/dpatch/dpatch-run

## makefile
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: add -D_GNU_SOURCE to enable GNU extensions

@DPATCH@
--- vdr-plugin-pvr350-0.0.2/Makefile.orig	Thu Feb 26 01:11:15 2004
+++ vdr-plugin-pvr350-0.0.2/Makefile	Thu Feb 26 01:11:34 2004
@@ -43,6 +43,7 @@
 INCLUDES += -I$(VDRDIR)/include -I$(DVBDIR)/include
 
 DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
+DEFINES += -D_GNU_SOURCE
 
 ### The object files (add further files here):
 

--- 02_gcc295.dpatch DELETED ---