Просмотр исходного кода

* buildlib/apti18n.h.in:
- fix build failure when building without NLS (closes: #671587)

Michael Vogt лет назад: 13
Родитель
Сommit
f431dc624a
2 измененных файлов с 5 добавлено и 0 удалено
  1. 1 0
      buildlib/apti18n.h.in
  2. 4 0
      debian/changelog

+ 1 - 0
buildlib/apti18n.h.in

@@ -25,4 +25,5 @@
 # define _(x) x
 # define P_(msg,plural,n) (n == 1 ? msg : plural)
 # define N_(x) x
+# define dgettext(d, m) m
 #endif

+ 4 - 0
debian/changelog

@@ -5,6 +5,10 @@ apt (0.9.8.2) UNRELEASED; urgency=low
 
   [ Guillem Jover ]
   * Update Vcs fields (Closes: #708562)
+  
+  [ Michael Vogt ]
+  * buildlib/apti18n.h.in:
+    - fix build failure when building without NLS (closes: #671587)
 
  -- Christian Perrier <bubulle@debian.org>  Thu, 16 May 2013 22:28:22 +0200