Commits

Ken Cunningham authored and Ken committed bf1e8abbd32
libbdplus: examples don't build

src/examples/convtab_dump.c:32:10: error: redefinition of 'index' as different kind of symbol the Portfile previously attempted to disable the examples perhaps this worked at some point in the past but it doesn't work any longer strip the examples out of Makefile.am and autoreconf to regenerate
No tags

multimedia/libbdplus/files/patch-libbdplus-no-examples.diff

Added
1 +--- Makefile.am.orig 2019-02-17 12:45:07.000000000 -0700
2 ++++ Makefile.am 2019-02-17 12:45:34.000000000 -0700
3 +@@ -76,16 +76,3 @@
4 + pkgconfigdir = $(libdir)/pkgconfig
5 + pkgconfig_DATA = src/libbdplus.pc
6 +
7 +-
8 +-#
9 +-# examples
10 +-#
11 +-
12 +-noinst_PROGRAMS = bdplus_test convtab_dump
13 +-
14 +-bdplus_test_SOURCES = src/examples/bdplus_test.c
15 +-bdplus_test_CFLAGS = $(AM_CFLAGS) $(LIBAACS_CFLAGS)
16 +-bdplus_test_LDADD = libbdplus.la
17 +-bdplus_test_LDADD += $(LIBAACS_LIBS)
18 +-
19 +-convtab_dump_SOURCES = src/examples/convtab_dump.c

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut