]> git.pld-linux.org Git - packages/liblangtag.git/blame - 0001-Fix-build-issues-with-MSVC.patch
- completed build and dependencies
[packages/liblangtag.git] / 0001-Fix-build-issues-with-MSVC.patch
CommitLineData
ead1d07e
AM
1From 89108f5856b455640e288e2ce29d8c5904c12a3b Mon Sep 17 00:00:00 2001
2From: Akira TAGOH <akira@tagoh.org>
3Date: Sun, 25 Nov 2012 17:49:56 +0900
4Subject: [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
14diff --git a/liblangtag/lt-macros.h b/liblangtag/lt-macros.h
15index 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--
271.8.0
28
This page took 0.143967 seconds and 4 git commands to generate.