aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vdr-plugin-control
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2013-05-24 20:23:52 +0000
committerJuergen Lock <nox@FreeBSD.org>2013-05-24 20:23:52 +0000
commit20e2d683f0111e7e7b8e7c5cb7c62805fa033333 (patch)
treea49f96a0ce3dc299059b1625c000c0406ceb856b /multimedia/vdr-plugin-control
parentd3d78f73b35215963cccd78c8110fbc32c1216c8 (diff)
downloadports-20e2d683f0111e7e7b8e7c5cb7c62805fa033333.tar.gz
ports-20e2d683f0111e7e7b8e7c5cb7c62805fa033333.zip
Notes
Diffstat (limited to 'multimedia/vdr-plugin-control')
-rw-r--r--multimedia/vdr-plugin-control/Makefile6
-rw-r--r--multimedia/vdr-plugin-control/files/patch-Makefile9
2 files changed, 10 insertions, 5 deletions
diff --git a/multimedia/vdr-plugin-control/Makefile b/multimedia/vdr-plugin-control/Makefile
index 4517346d88c1..e77899ea14bf 100644
--- a/multimedia/vdr-plugin-control/Makefile
+++ b/multimedia/vdr-plugin-control/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: vdr-plugin-control
-# Date created: Wed Apr 14 18:11:42 CEST 2010
-# Whom: Juergen Lock <nox@freebsd.org>
-#
+# Created by: Juergen Lock <nox@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= vdr-plugin-control
PORTVERSION= 0.0.2a45
diff --git a/multimedia/vdr-plugin-control/files/patch-Makefile b/multimedia/vdr-plugin-control/files/patch-Makefile
index 8bd4da587bb1..df1ed41927b4 100644
--- a/multimedia/vdr-plugin-control/files/patch-Makefile
+++ b/multimedia/vdr-plugin-control/files/patch-Makefile
@@ -1,5 +1,14 @@
--- a/Makefile
+++ b/Makefile
+@@ -29,6 +29,8 @@ TMPDIR = /tmp
+
+ -include $(VDRDIR)/Make.config
+
++CXXFLAGS += -Wno-error=overloaded-virtual
++
+ ### The version number of VDR (taken from VDR's "config.h"):
+
+ VDRVERSION = $(shell grep 'define VDRVERSION ' $(VDRDIR)/config.h | awk '{ print $$3 }' | sed -e 's/"//g')
@@ -67,6 +67,11 @@ dist: clean
clean:
@-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~