743646d039
- greatly simplify type-mismatch-correcting patches. most of the mismatches actually match on size and signedness, so only fix the ones that don't match. tested to work on sparc64 by naddy@ a while back. - libmp4v2 is no longer part of this package
12 lines
561 B
Plaintext
12 lines
561 B
Plaintext
$OpenBSD: patch-plugins_xmms_src_Makefile_am,v 1.3 2008/09/15 21:58:19 jakemsr Exp $
|
|
--- plugins/xmms/src/Makefile.am.orig Sat Jun 28 22:56:19 2008
|
|
+++ plugins/xmms/src/Makefile.am Sat Jun 28 22:57:03 2008
|
|
@@ -9,6 +9,6 @@ libmp4_la_CFLAGS = $(local_CFLAGS) -Wall \
|
|
libmp4_la_LIBADD = $(top_builddir)/libfaad/libfaad.la \
|
|
$(top_builddir)/common/mp4ff/libmp4ff.la
|
|
|
|
-libmp4_la_LDFLAGS = -module -avoid-version $(local_LDFLAGS) -lpthread
|
|
+libmp4_la_LDFLAGS = -module -avoid-version $(local_LDFLAGS)
|
|
|
|
libmp4_la_SOURCES = libmp4.c mp4_utils.c aac_utils.c
|