openbsd-ports/x11/kde/multimedia3/patches/patch-mpeglib_lib_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

24 lines
659 B
Plaintext

$OpenBSD: patch-mpeglib_lib_Makefile_am,v 1.1.1.1 2002/04/20 17:08:42 espie Exp $
--- mpeglib/lib/Makefile.am.orig Sat Apr 20 06:35:26 2002
+++ mpeglib/lib/Makefile.am Sat Apr 20 06:35:44 2002
@@ -23,15 +23,15 @@ THIS_EXTRALIBS = mpgplayer/libmpgplayer.
-lib_LTLIBRARIES = libmpeg.la
+lib_LTLIBRARIES = libkmpeg.la
-libmpeg_la_SOURCES = dummy.cpp
+libkmpeg_la_SOURCES = dummy.cpp
-libmpeg_la_LDFLAGS = $(all_libraries) \
+libkmpeg_la_LDFLAGS = $(all_libraries) \
-module \
-release $(THIS_LIB_VERSION)
-libmpeg_la_LIBADD = $(THIS_EXTRALIBS) $(MMXFILES) \
+libkmpeg_la_LIBADD = $(THIS_EXTRALIBS) $(MMXFILES) \
$(THIS_LIB_LIBS)