diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /multimedia/mplayerxp/files/patch-ae | |
parent | Fix compilation problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes:
svn path=/head/; revision=47856
svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'multimedia/mplayerxp/files/patch-ae')
-rw-r--r-- | multimedia/mplayerxp/files/patch-ae | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/multimedia/mplayerxp/files/patch-ae b/multimedia/mplayerxp/files/patch-ae deleted file mode 100644 index 38fcf5b69e44..000000000000 --- a/multimedia/mplayerxp/files/patch-ae +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile Sun Jul 8 02:21:20 2001 -+++ Makefile.freebsd Wed Aug 15 19:23:54 2001 -@@ -85,14 +85,14 @@ - $(PRG_CFG): version.h codec-cfg.c codec-cfg.h - $(CC) $(CFLAGS) -g codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML - --install: $(PRG) $(PRG_FIBMAP) -- install -D -m 755 -s $(PRG) $(BINDIR)/$(PRG) -- install -D -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1 -- @echo "Following task requires root privs. If it fails don't panic" -- @echo "however it means you can't use fibmap_mplayer." -- @echo "Without this (or without running mplayer as root) you won't be" -- @echo "able to play DVDs." -- install -D -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) -+install: $(PRG) -+ install -C -m 755 -s $(PRG) $(BINDIR)/$(PRG) -+ install -C -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1 -+# @echo "Following task requires root privs. If it fails don't panic" -+# @echo "however it means you can't use fibmap_mplayer." -+# @echo "Without this (or without running mplayer as root) you won't be" -+# @echo "able to play DVDs." -+# install -D -o root -g root -m 4755 -s $(PRG_FIBMAP) $(BINDIR)/$(PRG_FIBMAP) - - clean: - rm -f *.o *~ $(OBJS) |