diff options
Diffstat (limited to 'multimedia/mplayerxp/files/patch-mplayerxp__Makefile')
-rw-r--r-- | multimedia/mplayerxp/files/patch-mplayerxp__Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/multimedia/mplayerxp/files/patch-mplayerxp__Makefile b/multimedia/mplayerxp/files/patch-mplayerxp__Makefile new file mode 100644 index 000000000000..43b3618ef302 --- /dev/null +++ b/multimedia/mplayerxp/files/patch-mplayerxp__Makefile @@ -0,0 +1,23 @@ +--- mplayerxp/Makefile.orig Thu Jul 21 17:08:04 2005 ++++ mplayerxp/Makefile Sun Oct 1 20:33:39 2006 +@@ -72,20 +72,8 @@ + $(CC) $(CFLAGS) -g codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML + + install: $(ALL_PRG) +-ifeq ($(INSTALL),) +- @echo "*** 'install' utility was not found and you can't run automatic" +- @echo "*** installation. Please download 'fileutils' from ftp://ftp.gnu.org and" +- @echo "*** install them to have possibility perform autiomatic installation" +- @echo "*** of this project" +- @exit 1 +-endif + $(INSTALL) -D -m 755 $(PRG) $(BINDIR)/$(PRG) + @if test ! -d $(DATADIR) ; then mkdir -p $(DATADIR) ; fi +- @if test ! -d $(DATADIR)/font ; then mkdir -p $(DATADIR)/font ; fi +- @if test ! -f $(DATADIR)/font/font.desc ; then \ +- echo "*** Download font at http://www.mplayerhq.hu/homepage/dload.html" ; \ +- echo "*** for OSD/Subtitles support and extract to $(DATADIR)/font/" ; \ +- fi + + ifeq ($(CSS_USE),yes) + @echo "Following task requires root privs. If it fails don't panic" |