vdr-plugin-prefermenu (0.6.6-27) 02_Makefile-GNU_SOURCE-fix

Summary

 Makefile |    1 +
 1 file changed, 1 insertion(+)

    
download this patch

Patch contents

#!/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):