~ubuntu-branches/ubuntu/raring/openmotif/raring-proposed

« back to all changes in this revision

Viewing changes to debian/patches/0001-fix-autoconf-bug-Editres.h.patch

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bauer
  • Date: 2010-06-29 09:42:21 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100629094221-yee9gtet2dngu6cv
Tags: 2.3.3-1
* New upstream release
* Drop patch for autoconf-bug as this was fixed upstream
* Applied patch to fix implicit pointer conversion (Closes: #587461)
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0001-fix-autoconf-bug-Editres.h.patch
2
 
See http://bugs.motifzone.net/show_bug.cgi?id=1475
3
 
===================================================================
4
 
--- openmotif-2.3.0-old.orig/configure.ac       2010-06-24 12:41:42.000000000 +0200
5
 
+++ openmotif-2.3.0-old/configure.ac    2010-06-24 12:41:58.000000000 +0200
6
 
@@ -71,6 +71,7 @@
7
 
 AC_CHECK_LIB(Xmu,XmuNCopyISOLatin1Lowered ,
8
 
 AC_DEFINE(HAVE_XMU_N_COPY_ISO,1,Have XmuNCopyISOLatin1Lowered)
9
 
 , , -lXt -lX11)
10
 
++,,[[#include <X11/Intrinsic.h>]]
11
 
 )
12
 
 
13