openbsd-ports/audio/faad/patches/patch-common_mp4ff_Makefile_am
jakemsr 743646d039 - update to faad-2.6.1
- 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
2008-09-15 21:58:19 +00:00

10 lines
317 B
Plaintext

$OpenBSD: patch-common_mp4ff_Makefile_am,v 1.1 2008/09/15 21:58:19 jakemsr Exp $
--- common/mp4ff/Makefile.am.orig Fri Jul 11 14:17:17 2008
+++ common/mp4ff/Makefile.am Fri Jul 11 14:17:37 2008
@@ -1,4 +1,4 @@
-noinst_LTLIBRARIES = libmp4ff.la
+lib_LTLIBRARIES = libmp4ff.la
libmp4ff_la_CFLAGS = -DUSE_TAGGING=1