~ubuntu-branches/ubuntu/lucid/libsdl1.2/lucid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/013_builddir_support.diff

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2006-12-19 13:23:30 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061219132330-juenvya1xwtjtckq
Tags: 1.2.11-7ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Remove svgalib support.
  - Extend debian/patches/216_page_size.diff to avoid use of <asm/page.h>
    altogether.
* Adjust method of removing svgalib support to make future merges easier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: libsdl1.2-1.2.11/Makefile.in
 
2
===================================================================
 
3
--- libsdl1.2-1.2.11.orig/Makefile.in   2006-07-19 15:46:08.000000000 +0200
 
4
+++ libsdl1.2-1.2.11/Makefile.in        2006-07-19 15:46:18.000000000 +0200
 
5
@@ -98,7 +98,7 @@
 
6
        $(SHELL) $(auxdir)/mkinstalldirs $(datadir)/aclocal
 
7
        $(INSTALL) -m 644 $(srcdir)/sdl.m4 $(datadir)/aclocal/sdl.m4
 
8
        $(SHELL) $(auxdir)/mkinstalldirs $(libdir)/pkgconfig
 
9
-       $(INSTALL) -m 644 $(srcdir)/sdl.pc $(libdir)/pkgconfig
 
10
+       $(INSTALL) -m 644 sdl.pc $(libdir)/pkgconfig
 
11
 install-man:
 
12
        $(SHELL) $(auxdir)/mkinstalldirs $(mandir)/man3
 
13
        for src in $(srcdir)/docs/man3/*.3; do \