Add development package back in, this is needed for other packages to build. Also pushed patch upstream; http://lists.gnu.org/archive/html/bug-barcode/2014-11/threads.html OBS-URL: https://build.opensuse.org/request/show/262656 OBS-URL: https://build.opensuse.org/package/show/graphics/barcode?expand=0&rev=16
27 lines
607 B
Diff
27 lines
607 B
Diff
From aefc0d09f48dc85202cbf24fac4fd40c5908f1e6 Mon Sep 17 00:00:00 2001
|
|
From: Malcolm <malcolmlewis@opensuse.org>
|
|
Date: Thu, 20 Nov 2014 20:13:37 -0600
|
|
Subject: [PATCH][BUILD] Fix renamed gettext include header reference
|
|
|
|
Signed-off-by: Malcolm <malcolmlewis@opensuse.org>
|
|
---
|
|
barcode.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/barcode.h b/barcode.h
|
|
index ed90e0c..ff8574d 100644
|
|
--- a/barcode.h
|
|
+++ b/barcode.h
|
|
@@ -26,7 +26,7 @@
|
|
#include "config.h"
|
|
#include <stdio.h>
|
|
|
|
-#include <gettext.h>
|
|
+#include <gettext-po.h>
|
|
|
|
#define _(X) gettext (X)
|
|
#define _N(X) (X)
|
|
--
|
|
1.8.5.2
|
|
|