diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2006-06-27 05:05:40 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2006-06-27 05:05:40 +0000 |
commit | e1a27fefe57d1458833e0067022b73c8b6194641 (patch) | |
tree | 1d0a5a40064a5703c8a93647c9af056d778162db /multimedia/libtheora/files | |
parent | 215f8015238639118589c64ff44c7912b885f62c (diff) |
Notes
Diffstat (limited to 'multimedia/libtheora/files')
-rw-r--r-- | multimedia/libtheora/files/patch-Makefile.in | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/multimedia/libtheora/files/patch-Makefile.in b/multimedia/libtheora/files/patch-Makefile.in index 42a47be43195..33f66cbc60a5 100644 --- a/multimedia/libtheora/files/patch-Makefile.in +++ b/multimedia/libtheora/files/patch-Makefile.in @@ -1,16 +1,20 @@ ---- Makefile.in.orig Sat Aug 20 16:30:42 2005 -+++ Makefile.in Sun Apr 16 06:07:12 2006 -@@ -224,11 +224,11 @@ - target_os = @target_os@ - target_vendor = @target_vendor@ +--- Makefile.in.orig Tue May 30 19:47:12 2006 ++++ Makefile.in Thu Jun 15 15:39:27 2006 +@@ -120,7 +120,7 @@ + AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2 --SUBDIRS = lib include doc examples debian tests -+SUBDIRS = lib include debian - EXTRA_DIST = COPYING autogen.sh win32 libtheora.spec libtheora.spec.in \ + +-SUBDIRS = lib include doc examples tests m4 ++SUBDIRS = lib include m4 + + # we include the whole debian/ dir in EXTRA_DIST because there's a problem + # with autotools and HFS+ MacOSX file systems that caused debian/Makefile.am +@@ -133,7 +133,7 @@ theora-uninstalled.pc.in + -pkgconfigdir = $(libdir)/pkgconfig +pkgconfigdir = $(prefix)/libdata/pkgconfig pkgconfig_DATA = theora.pc - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive + subdir = . + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |