summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2018-10-27 21:08:49 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2018-10-27 21:40:26 +0300
commitfca438d6d05126e7ff981a5dda43b53bbf37b835 (patch)
treed731d62d71829cef12c82905cb3fd7e5fa9af98f /dev-libs/openobex/files/openobex-1.7.2-version.h.patch
parentdev-libs/openobex: take an orphaned package (diff)
downloadgentoo-fca438d6d05126e7ff981a5dda43b53bbf37b835.tar.gz
gentoo-fca438d6d05126e7ff981a5dda43b53bbf37b835.tar.bz2
gentoo-fca438d6d05126e7ff981a5dda43b53bbf37b835.zip
dev-libs/openobex: fix version.h and docs
- Fix version.h to contain valib version information, invalid one after switch to cmake cause bug 660400. - Build and install doxygen API docs correctly. Bug: https://bugs.gentoo.org/660400 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-libs/openobex/files/openobex-1.7.2-version.h.patch')
-rw-r--r--dev-libs/openobex/files/openobex-1.7.2-version.h.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-libs/openobex/files/openobex-1.7.2-version.h.patch b/dev-libs/openobex/files/openobex-1.7.2-version.h.patch
new file mode 100644
index 000000000000..cfcf68595b43
--- /dev/null
+++ b/dev-libs/openobex/files/openobex-1.7.2-version.h.patch
@@ -0,0 +1,13 @@
+--- openobex-1.7.2-Source/include/openobex/version.h.in.orig 2013-07-21 21:27:14.000000000 +0400
++++ openobex-1.7.2-Source/include/openobex/version.h.in 2018-10-27 19:35:53.921795023 +0300
+@@ -1,6 +1,6 @@
+
+-#define OPENOBEX_VERSION "@VERSION@"
++#define OPENOBEX_VERSION "@openobex_VERSION@"
+
+-#define OPENOBEX_VERSION_MAJOR @VERSION_MAJOR@
+-#define OPENOBEX_VERSION_MINOR @VERSION_MINOR@
+-#define OPENOBEX_VERSION_PATCH @VERSION_PATCH@
++#define OPENOBEX_VERSION_MAJOR @openobex_VERSION_MAJOR@
++#define OPENOBEX_VERSION_MINOR @openobex_VERSION_MINOR@
++#define OPENOBEX_VERSION_PATCH @openobex_VERSION_PATCH@