openbsd-ports/x11/kde/multimedia3/patches/patch-mpeglib_artsplug_Makefile_am
espie eaaf4ef8c0 initial attempt at a kdemultimedia package.
enough patches to make everything compiles, lots of patches to
rename the internal mpeglib and workman libraries to something that
doesn't conflict with the rest of the ports tree.

kscd works, noatun and skins as well.

mpeglib seems to have some threads issue yet, but it compiles.
2002-04-20 17:08:42 +00:00

22 lines
862 B
Plaintext

$OpenBSD: patch-mpeglib_artsplug_Makefile_am,v 1.1.1.1 2002/04/20 17:08:42 espie Exp $
--- mpeglib_artsplug/Makefile.am.orig Sat Apr 20 14:07:09 2002
+++ mpeglib_artsplug/Makefile.am Sat Apr 20 14:07:18 2002
@@ -80,7 +80,7 @@ libarts_mpeglib_la_SOURCES = $(BUILT_SOU
nullPlayObject_impl.cpp
libarts_mpeglib_la_LDFLAGS = $(all_libraries) \
- $(top_builddir)/mpeglib/lib/libmpeg.la \
+ $(top_builddir)/mpeglib/lib/libkmpeg.la \
-module \
-release $(MPEGLIB_ARTS_VERSION) \
-version-info $(MPEGLIB_ARTS_MAJOR_VERSION):$(MPEGLIB_ARTS_MINOR_VERSION):$(MPEGLIB_ARTS_MICRO_VERSION)
@@ -89,7 +89,7 @@ libarts_splay_la_SOURCES = splayPlayObje
splayPlayObject_impl.cpp
libarts_splay_la_LDFLAGS = $(all_libraries) \
- $(top_builddir)/mpeglib/lib/libmpeg.la \
+ $(top_builddir)/mpeglib/lib/libkmpeg.la \
-module