$OpenBSD: patch-mpeglib_example_splay_Makefile_in,v 1.11 2004/09/18 09:36:44 espie Exp $
--- mpeglib/example/splay/Makefile.in.orig	Mon Aug 16 11:41:48 2004
+++ mpeglib/example/splay/Makefile.in	Tue Sep  7 17:25:44 2004
@@ -176,7 +176,7 @@ KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET
 LAME_INCS = @LAME_INCS@
 LAME_LIBS = @LAME_LIBS@
 LAME_RPATH = @LAME_RPATH@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -L../../lib/.libs
 LIBALIB = @LIBALIB@
 LIBASOUND = @LIBASOUND@
 LIBAUDIO = @LIBAUDIO@
@@ -461,11 +461,11 @@ EXTRA_DIST = 
 splay_SOURCES = splay.cpp
 mp3framing_SOURCES = mp3framing.cpp
 noinst_HEADERS = 
-splay_LDFLAGS = $(all_libraries) 
+splay_LDFLAGS = $(all_libraries) -pthread
 splay_LDADD = ../../lib/libmpeg.la \
 				$(THIS_LIB_LIBS)
 
-mp3framing_LDFLAGS = $(all_libraries)
+mp3framing_LDFLAGS = $(all_libraries) -pthread
 mp3framing_LDADD = ../../lib/libmpeg.la \
 				$(THIS_LIB_LIBS)
 
