Makefile | 1 +
1 file changed, 1 insertion(+)
#!/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):