void-packages/srcpkgs/ogmtools/patches/fix-Makefile_am.patch
Jürgen Buchmüller 81e2aaf5b1 ogmtools: fix cross compiling
+ Modernize and fix autoconf files
+ Remove extra ogg-devel which is a dependency of vorbis-devel
2015-08-30 15:21:47 +02:00

11 lines
322 B
Diff

--- Makefile.am 2003-05-04 11:41:26.000000000 +0200
+++ Makefile.am 2015-08-30 13:35:53.976381119 +0200
@@ -7,7 +7,7 @@
if HAVE_LIBDVDREAD
DVDXCHAP=dvdxchap
DVDXCHAP_MAN=dvdxchap.1
-INCLUDES=$(DVDREAD_CFLAGS)
+AM_CPPFLAGS=$(DVDREAD_CFLAGS)
endif
bin_PROGRAMS = ogmmerge ogmdemux ogminfo ogmsplit ogmcat $(DVDXCHAP)