summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/galago/libgalago-0.5.2/mkdir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/galago/libgalago-0.5.2/mkdir.patch')
-rw-r--r--meta/recipes-connectivity/galago/libgalago-0.5.2/mkdir.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-connectivity/galago/libgalago-0.5.2/mkdir.patch b/meta/recipes-connectivity/galago/libgalago-0.5.2/mkdir.patch
deleted file mode 100644
index 4f18686c0c..0000000000
--- a/meta/recipes-connectivity/galago/libgalago-0.5.2/mkdir.patch
+++ /dev/null
@@ -1,29 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3Index: libgalago-0.5.2/po/Makefile.in.in
4===================================================================
5--- libgalago-0.5.2.orig/po/Makefile.in.in 2006-06-06 09:59:17.000000000 +0100
6+++ libgalago-0.5.2/po/Makefile.in.in 2009-08-19 20:31:56.000000000 +0100
7@@ -29,7 +29,7 @@
8 INSTALL = @INSTALL@
9 INSTALL_DATA = @INSTALL_DATA@
10 MKINSTALLDIRS = @MKINSTALLDIRS@
11-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(MKINSTALLDIRS)" ;; esac`
12+mkinstalldirs = $(MKINSTALLDIRS)
13
14 CC = @CC@
15 GMSGFMT = @GMSGFMT@
16Index: libgalago-0.5.2/configure.ac
17===================================================================
18--- libgalago-0.5.2.orig/configure.ac 2009-08-19 20:30:56.000000000 +0100
19+++ libgalago-0.5.2/configure.ac 2009-08-19 20:31:28.000000000 +0100
20@@ -157,6 +157,9 @@
21
22 AC_SUBST(CFLAGS)
23
24+MKINSTALLDIRS="mkdir -p"
25+AC_SUBST(MKINSTALLDIRS)
26+
27 dnl ################################################################
28 dnl # Output the Makefiles
29 dnl ################################################################