summaryrefslogtreecommitdiff
path: root/databases/mysql55-server/files/patch-include_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql55-server/files/patch-include_Makefile.in')
-rw-r--r--databases/mysql55-server/files/patch-include_Makefile.in22
1 files changed, 19 insertions, 3 deletions
diff --git a/databases/mysql55-server/files/patch-include_Makefile.in b/databases/mysql55-server/files/patch-include_Makefile.in
index 206952b66c3c..f2fdb941a865 100644
--- a/databases/mysql55-server/files/patch-include_Makefile.in
+++ b/databases/mysql55-server/files/patch-include_Makefile.in
@@ -1,6 +1,22 @@
---- include/Makefile.in.orig 2010-07-16 10:14:39.000000000 +0200
-+++ include/Makefile.in 2010-07-16 10:14:51.000000000 +0200
-@@ -708,8 +708,6 @@
+--- include/Makefile.in.orig 2010-07-27 16:46:08.000000000 +0200
++++ include/Makefile.in 2010-07-27 16:48:45.000000000 +0200
+@@ -480,12 +480,11 @@
+ -rm -rf .libs _libs
+ install-pkgincludeHEADERS: $(pkginclude_HEADERS)
+ @$(NORMAL_INSTALL)
+- test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
++ test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)/mysql/psi"
+ @list='$(pkginclude_HEADERS)'; for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+- f=$(am__strip_dir) \
+- echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$f'"; \
+- $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$f"; \
++ echo " $(pkgincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgincludedir)/$$p'"; \
++ $(pkgincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgincludedir)/$$p"; \
+ done
+
+ uninstall-pkgincludeHEADERS:
+@@ -708,8 +707,6 @@
@HAVE_DTRACE_TRUE@probes_mysql_dtrace.h: $(DTRACEPROVIDER)
@HAVE_DTRACE_TRUE@ $(DTRACE) $(DTRACEFLAGS) -h -s $(DTRACEPROVIDER) -o $@