summaryrefslogtreecommitdiff
path: root/audio/kdemultimedia2/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'audio/kdemultimedia2/patches/patch-ak')
-rw-r--r--audio/kdemultimedia2/patches/patch-ak42
1 files changed, 0 insertions, 42 deletions
diff --git a/audio/kdemultimedia2/patches/patch-ak b/audio/kdemultimedia2/patches/patch-ak
deleted file mode 100644
index a5248f42ec3..00000000000
--- a/audio/kdemultimedia2/patches/patch-ak
+++ /dev/null
@@ -1,42 +0,0 @@
-$NetBSD: patch-ak,v 1.1.1.1 2001/03/14 16:14:05 skrll Exp $
-
---- mpeglib/lib/util/render/dither/Makefile.in.orig Wed Feb 21 11:00:48 2001
-+++ mpeglib/lib/util/render/dither/Makefile.in
-@@ -267,7 +267,7 @@
- libdither_la_SOURCES = ditherWrapper.cpp dither8Bit.cpp colorTable8Bit.cpp colorTableHighBit.cpp dither16Bit.cpp dither32Bit.cpp ditherRGB_flipped.cpp ditherRGB.cpp
-
-
--libdither_la_LIBADD = ditherer_mmx16.o dither32mmx.o
-+libdither_la_LIBADD = ditherer_mmx16.lo dither32mmx.lo
-
- libdither_la_HEADER = $(noinst_HEADERS)
- mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
-@@ -282,7 +282,7 @@
- X_CFLAGS = @X_CFLAGS@
- X_LIBS = @X_LIBS@
- libdither_la_LDFLAGS =
--libdither_la_DEPENDENCIES = ditherer_mmx16.o dither32mmx.o
-+libdither_la_DEPENDENCIES = ditherer_mmx16.lo dither32mmx.lo
- #>- libdither_la_OBJECTS = ditherWrapper.lo dither8Bit.lo colorTable8Bit.lo \
- #>- colorTableHighBit.lo dither16Bit.lo dither32Bit.lo ditherRGB_flipped.lo \
- #>- ditherRGB.lo
-@@ -518,15 +518,15 @@
- maintainer-clean-generic clean mostlyclean distclean maintainer-clean
-
-
--ditherer_mmx16.o : ditherer_mmx16.cpp
-+ditherer_mmx16.lo : ditherer_mmx16.cpp
- #>- $(CXX) $(DEFS) -c -o $@ $< $(CXXFLAGS)
- #>+ 1
- #>- $(CXX) $(DEFS) -c -o $@ $< $(CXXFLAGS)
- #>+ 1
-- $(CXX) $(DEFS) -c -o $@ $< $(CXXFLAGS) $(KDE_CXXFLAGS) $(KDE_CXXFLAGS)
-+ $(LTCXXCOMPILE) $(DEFS) -c -o $@ $< $(CXXFLAGS) $(KDE_CXXFLAGS) $(KDE_CXXFLAGS)
-
--dither32mmx.o : dither32mmx.cpp
-- $(CXX) $(DEFS) -c -o $@ $< $(CXXFLAGS)
-+dither32mmx.lo : dither32mmx.cpp
-+ $(LTCXXCOMPILE) $(DEFS) -c -o $@ $< $(CXXFLAGS)
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.