]> git.pld-linux.org Git - packages/liblangtag.git/blob - 0001-Fix-build-issues-with-MSVC.patch
- initial from fc
[packages/liblangtag.git] / 0001-Fix-build-issues-with-MSVC.patch
1 From 89108f5856b455640e288e2ce29d8c5904c12a3b Mon Sep 17 00:00:00 2001
2 From: Akira TAGOH <akira@tagoh.org>
3 Date: Sun, 25 Nov 2012 17:49:56 +0900
4 Subject: [PATCH] Fix build issues with MSVC
5
6 ---
7  configure.ac               | 12 +++++++++++-
8  data/Makefile.am           |  9 ++++++++-
9  liblangtag/lt-ext-module.c |  6 +++++-
10  liblangtag/lt-macros.h     | 11 +++++++++++
11  liblangtag/lt-messages.h   |  7 +++++++
12  5 files changed, 42 insertions(+), 3 deletions(-)
13
14 diff --git a/liblangtag/lt-macros.h b/liblangtag/lt-macros.h
15 index a7dfcc2..6ff22c9 100644
16 --- a/liblangtag/lt-macros.h
17 +++ b/liblangtag/lt-macros.h
18 @@ -200,6 +202,7 @@
19  #  define LT_BREAKPOINT()                                              \
20         LT_STMT_START {__asm__ __volatile__ ("bpt");} LT_STMT_END
21  #else
22 +#include <signal.h>
23  #  define LT_BREAKPOINT()                              \
24         LT_STMT_START {raise(SIGTRAP);} LT_STMT_END
25  #endif
26 -- 
27 1.8.0
28
This page took 0.09677 seconds and 3 git commands to generate.