openbsd-ports/audio/deadbeef/patches/patch-plugins_vorbis_Makefile_am
dcoppa 7bdd926a0b Update to deadbeef-0.7.2
Most of the work done by Timo Myyra, thanks!
Some tweaks by me.
2016-09-13 08:48:11 +00:00

24 lines
954 B
Plaintext

$OpenBSD: patch-plugins_vorbis_Makefile_am,v 1.4 2016/09/13 08:48:12 dcoppa Exp $
--- plugins/vorbis/Makefile.am.orig Sun Sep 4 09:36:35 2016
+++ plugins/vorbis/Makefile.am Sun Sep 4 09:37:03 2016
@@ -1,8 +1,17 @@
if HAVE_VORBIS
pkglib_LTLIBRARIES = vorbis.la
-vorbis_la_SOURCES = vorbis.c
+vorbis_la_SOURCES = vorbis.c\
+ ../liboggedit/oggedit_art.c\
+ ../liboggedit/oggedit_flac.c\
+ ../liboggedit/oggedit_internal.c\
+ ../liboggedit/oggedit_opus.c\
+ ../liboggedit/oggedit_utils.c\
+ ../liboggedit/oggedit_vorbis.c\
+ ../liboggedit/oggedit.h\
+ ../liboggedit/oggedit_internal.h
+
vorbis_la_LDFLAGS = -module -avoid-version -lm -export-symbols-regex vorbis_load
-vorbis_la_LIBADD = $(LDADD) $(VORBIS_LIBS) ../liboggedit/liboggedit.a
+vorbis_la_LIBADD = $(LDADD) $(VORBIS_LIBS)
AM_CFLAGS = $(CFLAGS) $(VORBIS_CFLAGS) -std=c99
endif