SOURCES (AC-branch): libbonobo-popt.patch (NEW) - allow earlier <popt.h> in...

glen glen at pld-linux.org
Tue Sep 30 08:55:47 CEST 2008


Author: glen                         Date: Tue Sep 30 06:55:47 2008 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- allow earlier <popt.h> inclusion

---- Files affected:
SOURCES:
   libbonobo-popt.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libbonobo-popt.patch
diff -u /dev/null SOURCES/libbonobo-popt.patch:1.1.2.1
--- /dev/null	Tue Sep 30 08:55:47 2008
+++ SOURCES/libbonobo-popt.patch	Tue Sep 30 08:55:41 2008
@@ -0,0 +1,13 @@
+--- libbonobo-2.0/bonobo/bonobo-i18n.h~	2008-09-30 09:21:22.879324573 +0300
++++ libbonobo-2.0/bonobo/bonobo-i18n.h	2008-09-30 09:21:14.970866000 +0300
+@@ -49,7 +49,9 @@
+ #    ifdef gettext_noop
+ #        define N_(String) gettext_noop (String)
+ #    else
+-#        define N_(String) (String)
++#        if !defined(N_)
++#            define N_(String) (String)
++#        endif
+ #    endif
+ #else
+ /* Stubs that do something close enough.  */
================================================================


More information about the pld-cvs-commit mailing list