aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mpgtx/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mpgtx/files/patch-Makefile')
-rw-r--r--multimedia/mpgtx/files/patch-Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/multimedia/mpgtx/files/patch-Makefile b/multimedia/mpgtx/files/patch-Makefile
deleted file mode 100644
index c4493077521a..000000000000
--- a/multimedia/mpgtx/files/patch-Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
---- Makefile.orig Tue Jul 24 15:39:59 2001
-+++ Makefile Tue Jul 24 15:41:13 2001
-@@ -1,5 +1,4 @@
- # installation dirs : Edit at your convenance
--PREFIX=/usr
- INSTALLDIR=$(PREFIX)/bin
- MANDIR=$(PREFIX)/man/man1
-
-@@ -7,7 +6,7 @@
-
- # compilation flags
- DEVEL_CFLAGS= -g -Wall -Werror -pedantic -fno-builtin
--RELEASE_CFLAGS= -Wall -g -O2 -pedantic
-+RELEASE_CFLAGS= ${CFLAGS}
- SHARED_LFLAGS= -s
- STATIC_LFLAGS= -static -s
- DEVEL_LFLAGS= #-lefence
-@@ -50,12 +49,10 @@
- ln -sf mpgtx tagmp3
- install -d -m 755 $(INSTALLDIR)
- install -d -m 755 $(MANDIR)
-- install -s -m 755 mpgtx $(INSTALLDIR)
-- cp -df mpgdemux mpgjoin mpgcat mpginfo mpgsplit tagmp3 $(INSTALLDIR)
-- install -m 644 man/mpgtx.1 man/tagmp3.1 $(MANDIR)
-+ ${INSTALL_PROGRAM} mpgtx $(INSTALLDIR)
-+ ${INSTALL_MAN} man/mpgtx.1 man/tagmp3.1 $(MANDIR)
- cd man ; make
- cd ..
-- cp -df ./man/mpgdemux.1 ./man/mpgjoin.1 man/mpgsplit.1 man/mpgcat.1 man/mpginfo.1 $(MANDIR)
-
- uninstall:
- rm -f $(INSTALLDIR)/mpgtx