summaryrefslogtreecommitdiffstats
path: root/libgda
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-09-09 20:08:07 +0000
committer Eric Hameleers <alien@slackware.com>2007-09-09 20:08:07 +0000
commit6f56dacb3a858875a47107f891a041e34e441f0b (patch)
treef4df37ed8da37033cc7d88bad90b1b5adf087317 /libgda
parent6ca999801418b0de05ccabc897767e47430b4bfe (diff)
downloadasb-6f56dacb3a858875a47107f891a041e34e441f0b.tar.gz
asb-6f56dacb3a858875a47107f891a041e34e441f0b.tar.xz
Initial revision
Diffstat (limited to 'libgda')
-rw-r--r--libgda/build/RML_Makefiles.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/libgda/build/RML_Makefiles.patch b/libgda/build/RML_Makefiles.patch
new file mode 100644
index 00000000..f3f8ef5d
--- /dev/null
+++ b/libgda/build/RML_Makefiles.patch
@@ -0,0 +1,36 @@
+diff -uarN RML.orig/trml2html/Makefile RML/trml2html/Makefile
+--- RML.orig/trml2html/Makefile 2007-09-09 21:12:11.000000000 +0200
++++ RML/trml2html/Makefile 2007-09-09 21:54:53.000000000 +0200
+@@ -483,11 +483,11 @@
+
+
+ install-exec-local:
+- -mkdir -p $(bindir)/gda_trml2html
+- -cd $(top_srcdir)/libgda-report/RML/trml2html && $(INSTALL_PROGRAM) $(files) $(bindir)/gda_trml2html
++ -mkdir -p $(DESTDIR)$(bindir)/gda_trml2html
++ -cd $(top_srcdir)/libgda-report/RML/trml2html && $(INSTALL_PROGRAM) $(files) $(DESTDIR)$(bindir)/gda_trml2html
+
+ uninstall-local:
+- -rm -rf $(bindir)/gda_trml2html
++ -rm -rf $(DESTDIR)$(bindir)/gda_trml2html
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
+diff -uarN RML.orig/trml2pdf/Makefile RML/trml2pdf/Makefile
+--- RML.orig/trml2pdf/Makefile 2007-09-09 21:12:11.000000000 +0200
++++ RML/trml2pdf/Makefile 2007-09-09 21:54:17.000000000 +0200
+@@ -484,11 +484,11 @@
+
+
+ install-exec-local:
+- -mkdir -p $(bindir)/gda_trml2pdf
+- -cd $(top_srcdir)/libgda-report/RML/trml2pdf && $(INSTALL_PROGRAM) $(files) $(bindir)/gda_trml2pdf
++ -mkdir -p $(DESTDIR)$(bindir)/gda_trml2pdf
++ -cd $(top_srcdir)/libgda-report/RML/trml2pdf && $(INSTALL_PROGRAM) $(files) $(DESTDIR)$(bindir)/gda_trml2pdf
+
+ uninstall-local:
+- -rm -rf $(bindir)/gda_trml2pdf
++ -rm -rf $(DESTDIR)$(bindir)/gda_trml2pdf
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT: