blob: a7779c6f13bf48b3db46e99d87abdc17670cfdb0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
diff -Nru gwhere-0.2.1.original/src/data/Makefile.am gwhere-0.2.1/src/data/Makefile.am
--- gwhere-0.2.1.original/src/data/Makefile.am 2005-10-01 16:48:42.000000000 +0200
+++ gwhere-0.2.1/src/data/Makefile.am 2005-10-01 16:54:20.000000000 +0200
@@ -4,7 +4,7 @@
-I$(top_srcdir)/intl \
-I$(top_srcdir)/src \
@GTK_CFLAGS@ \
- -D${HOST_OS}
+ -D${HOST_OS} -fPIC
noinst_LIBRARIES = libgwdata.a
diff -Nru gwhere-0.2.1.original/src/db/Makefile.am gwhere-0.2.1/src/db/Makefile.am
--- gwhere-0.2.1.original/src/db/Makefile.am 2005-10-01 16:48:42.000000000 +0200
+++ gwhere-0.2.1/src/db/Makefile.am 2005-10-01 16:54:08.000000000 +0200
@@ -4,7 +4,7 @@
-I$(top_srcdir)/intl \
-I$(top_srcdir)/src \
@GTK_CFLAGS@ \
- -D${HOST_OS}
+ -D${HOST_OS} -fPIC
noinst_LIBRARIES = libgwdb.a
diff -Nru gwhere-0.2.1.original/src/main.c gwhere-0.2.1/src/main.c
--- gwhere-0.2.1.original/src/main.c 2005-10-01 16:48:42.000000000 +0200
+++ gwhere-0.2.1/src/main.c 2005-10-01 16:48:52.000000000 +0200
@@ -24,6 +24,7 @@
#include <glib.h>
#include <stdlib.h>
+#include <locale.h>
#if defined ( OS_WIN32)
#include <windows.h>
diff -Nru gwhere-0.2.1.original/src/plugins/Makefile.am gwhere-0.2.1/src/plugins/Makefile.am
--- gwhere-0.2.1.original/src/plugins/Makefile.am 2005-10-01 16:48:42.000000000 +0200
+++ gwhere-0.2.1/src/plugins/Makefile.am 2005-10-01 16:56:12.000000000 +0200
@@ -5,7 +5,7 @@
-I$(top_srcdir)/intl \
-I$(top_srcdir)/src \
@GTK_CFLAGS@ \
- -D${HOST_OS}
+ -D${HOST_OS} -fPIC
noinst_LIBRARIES = libgwplugins.a
diff -Nru gwhere-0.2.1.original/src/tools/Makefile.am gwhere-0.2.1/src/tools/Makefile.am
--- gwhere-0.2.1.original/src/tools/Makefile.am 2005-10-01 16:48:42.000000000 +0200
+++ gwhere-0.2.1/src/tools/Makefile.am 2005-10-01 16:51:59.000000000 +0200
@@ -4,7 +4,7 @@
-I$(top_srcdir)/intl \
-I$(top_srcdir)/src \
@GTK_CFLAGS@ \
- -D${HOST_OS}
+ -D${HOST_OS} -fPIC
noinst_LIBRARIES = libgwtools.a
|