diff options
Diffstat (limited to 'multimedia/mplayer/files/patch-libdha-Makefile')
-rw-r--r-- | multimedia/mplayer/files/patch-libdha-Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/multimedia/mplayer/files/patch-libdha-Makefile b/multimedia/mplayer/files/patch-libdha-Makefile deleted file mode 100644 index 97202cf12906..000000000000 --- a/multimedia/mplayer/files/patch-libdha-Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- libdha/Makefile.orig Mon Jul 12 12:54:10 2004 -+++ libdha/Makefile Thu Jul 22 22:18:21 2004 -@@ -4,8 +4,6 @@ - - MAJOR_VERSION = 1 - MINOR_VERSION = 0 --VERSION = $(MAJOR_VERSION).$(MINOR_VERSION) -- - - ifeq ($(TARGET_OS),CYGWIN) - SHORTNAME = libdha.dll -@@ -19,7 +17,7 @@ - LIBNAME = libdha.a - SHORTNAME = libdha.a - else --LIBNAME = libdha.so.$(VERSION) -+LIBNAME = libdha-$(MAJOR_VERSION).so.$(MINOR_VERSION) - endif - - SRCS=libdha.c mtrr.c pci.c pci_names.c |