6ffd15fd5a
- use ${SUBST_CMD} instead of perl -pi - remove auto*/aclocal*.am patches and only patch configure/Makefile.in. - use @sample to install a config file instead of @cwd, and default to sndio output - remove auto* dependency, unbreaks it with new metaauto
13 lines
488 B
Plaintext
13 lines
488 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1 2010/11/06 12:19:38 landry Exp $
|
|
--- Makefile.in.orig Sat Nov 6 12:32:38 2010
|
|
+++ Makefile.in Sat Nov 6 12:33:11 2010
|
|
@@ -117,7 +117,7 @@ VORBIS_LIBS = @VORBIS_LIBS@
|
|
|
|
AUTOMAKE_OPTIONS = foreign dist-zip
|
|
|
|
-SUBDIRS = po intl include share oggenc ogg123 vorbiscomment vcut oggdec ogginfo debian win32
|
|
+SUBDIRS = include share ogg123
|
|
|
|
EXTRA_DIST = README AUTHORS COPYING vorbis-tools.spec acinclude.m4 config.h
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|