File: 000_build_system.diff

package info (click to toggle)
predict 2.2.3-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 4,712 kB
  • ctags: 1,623
  • sloc: ansic: 19,433; sh: 3,518; makefile: 429; yacc: 318; perl: 82
file content (46 lines) | stat: -rw-r--r-- 1,784 bytes parent folder | download | duplicates (3)
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
Index: predict-2.2.3/clients/gsat-1.1.0/configure.in
===================================================================
--- predict-2.2.3.orig/clients/gsat-1.1.0/configure.in	2009-11-14 11:13:17.000000000 -0500
+++ predict-2.2.3/clients/gsat-1.1.0/configure.in	2009-11-14 11:32:53.000000000 -0500
@@ -9,12 +9,12 @@
 AM_PROG_CC_STDC
 AC_HEADER_STDC
 
-AM_PATH_GTK(1.2.0, ,
+AM_PATH_GTK_2_0(2.0.0, ,
             AC_MSG_ERROR(Cannot find GTK: Is gtk-config in path?))
 
 dnl Add the languages which your application supports here.
 ALL_LINGUAS=""
-AM_GNU_GETTEXT
+AM_GNU_GETTEXT([external])
 
 dnl Set PACKAGE_LOCALE_DIR in config.h.
 if test "x${prefix}" = "xNONE"; then
Index: predict-2.2.3/clients/gsat-1.1.0/Makefile.am
===================================================================
--- predict-2.2.3.orig/clients/gsat-1.1.0/Makefile.am	2009-11-14 11:13:17.000000000 -0500
+++ predict-2.2.3/clients/gsat-1.1.0/Makefile.am	2009-11-14 11:32:53.000000000 -0500
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = intl po src
+SUBDIRS = po src
 
 install-data-local:
 	@$(NORMAL_INSTALL)
Index: predict-2.2.3/clients/gsat-1.1.0/po/Makefile.in.in
===================================================================
--- predict-2.2.3.orig/clients/gsat-1.1.0/po/Makefile.in.in	2009-11-14 11:13:17.000000000 -0500
+++ predict-2.2.3/clients/gsat-1.1.0/po/Makefile.in.in	2009-11-14 11:32:53.000000000 -0500
@@ -28,7 +28,9 @@
 
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
-MKINSTALLDIRS = @MKINSTALLDIRS@
+#Ugly hack but works.
+#MKINSTALLDIRS = @MKINSTALLDIRS@
+MKINSTALLDIRS = mkinstalldirs
 mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
 
 CC = @CC@