aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vdr/files/patch-z-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/vdr/files/patch-z-Makefile')
-rw-r--r--multimedia/vdr/files/patch-z-Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/vdr/files/patch-z-Makefile b/multimedia/vdr/files/patch-z-Makefile
index 1208079418d9..2a066f5f6a87 100644
--- a/multimedia/vdr/files/patch-z-Makefile
+++ b/multimedia/vdr/files/patch-z-Makefile
@@ -6,9 +6,9 @@ Index: Makefile
- $(MAKE) -C $(LSIDIR) all
+ $(MAKE) -C $(LSIDIR) all CC=${CC} CXX=${CXX}
- # Internationalization (I18N):
+ # pkg-config file:
-@@ -167,7 +167,7 @@ plugins: include-dir
+@@ -186,7 +186,7 @@ plugins: include-dir
noapiv="$$noapiv $$i";\
continue;\
fi;\
@@ -17,16 +17,16 @@ Index: Makefile
done;\
if [ -n "$$noapiv" ] ; then echo; echo "*** plugins without APIVERSION:$$noapiv"; echo; fi;\
if [ -n "$$failed" ] ; then echo; echo "*** failed plugins:$$failed"; echo; exit 1; fi
-@@ -176,7 +176,7 @@ clean-plugins:
+@@ -197,7 +197,7 @@ clean-plugins:
# Install the files:
--install: install-bin install-conf install-doc install-plugins install-i18n install-includes
-+install: install-bin install-doc install-plugins install-includes
+-install: install-bin install-conf install-doc install-plugins install-i18n install-includes install-pc
++install: install-bin install-conf install-doc install-plugins install-includes install-pc
# VDR binary:
-@@ -191,7 +191,6 @@ endif
+@@ -212,7 +212,6 @@ endif
# Configuration files:
install-conf:
@@ -34,7 +34,7 @@ Index: Makefile
@if [ ! -d $(DESTDIR)$(CONFDIR) ]; then\
mkdir -p $(DESTDIR)$(CONFDIR);\
cp *.conf $(DESTDIR)$(CONFDIR);\
-@@ -207,7 +206,7 @@ install-doc:
+@@ -228,7 +227,7 @@ install-doc:
# Plugins: