search for: examples_makefile_in

Displaying 2 results from an estimated 2 matches for "examples_makefile_in".

2006 Jun 02
0
Re: Update libtheora-1.0alpha6
...2 05:16:45 2006 ++++ doc/Makefile.in Fri Jun 2 05:16:58 2006 +@@ -120,7 +120,7 @@ install_sh = @install_sh@ + + SUBDIRS = #python + +-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) ++docdir = $(datadir)/doc/$(PACKAGE) + + built_docs = + diff -pruN --exclude=CVS ../libtheora.orig/patches/patch-examples_Makefile_in ./patches/patch-examples_Makefile_in --- ../libtheora.orig/patches/patch-examples_Makefile_in Wed Dec 31 19:00:00 1969 +++ ./patches/patch-examples_Makefile_in Wed May 31 07:24:15 2006 @@ -0,0 +1,12 @@ +$OpenBSD$ +--- examples/Makefile.in.orig Tue May 30 17:47:41 2006 ++++ examples/Makefile.in Wed...
2009 Aug 30
3
experimental patch for libtheora1.1beta3
...BOBJS@ + ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@ + sys_symbol_underscore = @sys_symbol_underscore@ + -docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) +docdir = $(datadir)/doc/$(PACKAGE) - dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ + + built_docs = Theora.pdf + Index: patches/patch-examples_Makefile_in =================================================================== RCS file: /cvs/ports/multimedia/libtheora/patches/patch-examples_Makefile_in,v retrieving revision 1.3 diff -u patches/patch-examples_Makefile_in --- patches/patch-examples_Makefile_in 25 Jul 2008 14:20:18 -0000 1.3 +++ patches/pat...