summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp/gmp-6.1.2/use-includedir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/gmp/gmp-6.1.2/use-includedir.patch')
-rw-r--r--meta/recipes-support/gmp/gmp-6.1.2/use-includedir.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-support/gmp/gmp-6.1.2/use-includedir.patch b/meta/recipes-support/gmp/gmp-6.1.2/use-includedir.patch
index 74904a2530..6b089cf39c 100644
--- a/meta/recipes-support/gmp/gmp-6.1.2/use-includedir.patch
+++ b/meta/recipes-support/gmp/gmp-6.1.2/use-includedir.patch
@@ -1,15 +1,15 @@
1Upstream-Status: Pending 1Upstream-Status: Pending
2 2
3Index: gmp-4.2.4/Makefile.am 3Index: gmp-6.1.2/Makefile.am
4=================================================================== 4===================================================================
5--- gmp-4.2.4.orig/Makefile.am 2008-09-10 19:31:27.000000000 +0000 5--- gmp-6.1.2.orig/Makefile.am
6+++ gmp-4.2.4/Makefile.am 2009-07-06 20:19:19.000000000 +0000 6+++ gmp-6.1.2/Makefile.am
7@@ -106,7 +106,7 @@ 7@@ -130,7 +130,7 @@ EXTRA_DIST += gmpxx.h
8 # but anyone knowledgable enough to be playing with exec_prefix will be able 8 # but anyone knowledgeable enough to be playing with exec_prefix will be able
9 # to address that. 9 # to address that.
10 # 10 #
11-includeexecdir = $(exec_prefix)/include 11-includeexecdir = $(exec_prefix)/include
12+includeexecdir = $(includedir) 12+includeexecdir = $(includedir)
13 include_HEADERS = $(GMPXX_HEADERS_OPTION) 13 include_HEADERS = $(GMPXX_HEADERS_OPTION)
14 nodist_includeexec_HEADERS = gmp.h $(MPBSD_HEADERS_OPTION) 14 nodist_includeexec_HEADERS = gmp.h
15 lib_LTLIBRARIES = libgmp.la $(GMPXX_LTLIBRARIES_OPTION) $(MPBSD_LTLIBRARIES_OPTION) 15 lib_LTLIBRARIES = libgmp.la $(GMPXX_LTLIBRARIES_OPTION)