~ubuntu-branches/ubuntu/feisty/libgnome/feisty

« back to all changes in this revision

Viewing changes to debian/patches/02_path_max.patch

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-09-07 18:03:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050907180353-hf71fcfx1nb0omez
Tags: 2.12.0.1-0ubuntu1
* New upstream realease:
  - Bug fixes
    - Fix schemas install problem with vi translation (Rodney)
  - Updated translations
    - Vietnamese
* debian/patches/fix-vi.po.patch:
  - dropped, done upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- libgnome-2.10.0/libgnome/gnome-program.c.orig       2005-06-08 00:56:37.044243608 +0200
 
2
+++ libgnome-2.10.0/libgnome/gnome-program.c    2005-06-08 00:57:11.757966320 +0200
 
3
@@ -54,6 +54,10 @@
 
4
 #include "gnome-i18n.h"
 
5
 #include "gnome-url.h"
 
6
 
 
7
+#ifndef PATH_MAX
 
8
+#define PATH_MAX 4096
 
9
+#endif
 
10
+
 
11
 struct _GnomeProgramPrivate {
 
12
     enum {
 
13
        APP_UNINIT=0,