[mingw-plotmm] fix source vs. build directory correctness

sailer sailer at fedoraproject.org
Sat Mar 2 11:10:12 UTC 2013


commit 31e0482c2baa2f49a3b14762af2c4d2360b6bb7b
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Sat Mar 2 12:02:28 2013 +0100

    fix source vs. build directory correctness

 mingw32-plotmm-ac.patch |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/mingw32-plotmm-ac.patch b/mingw32-plotmm-ac.patch
index 47ffd0d..25e9dac 100644
--- a/mingw32-plotmm-ac.patch
+++ b/mingw32-plotmm-ac.patch
@@ -24,3 +24,34 @@
  
  libplotmm_la_CXXFLAGS = @PACKAGE_CFLAGS@ -I$(top_srcdir)
  
+--- examples/simple/Makefile.am.orig	2013-03-02 11:45:44.216733911 +0100
++++ examples/simple/Makefile.am	2013-03-02 11:46:01.102194165 +0100
+@@ -5,6 +5,6 @@
+ 
+ simple_CXXFLAGS = @PACKAGE_CFLAGS@ -I$(top_srcdir)
+ 
+-simple_LDADD = $(top_srcdir)/plotmm/libplotmm.la @PACKAGE_LIBS@
++simple_LDADD = ../../plotmm/libplotmm.la @PACKAGE_LIBS@
+ 
+ CLEANFILES = *~
+--- examples/curves/Makefile.am.orig	2013-03-02 11:46:08.076797367 +0100
++++ examples/curves/Makefile.am	2013-03-02 11:46:20.932909287 +0100
+@@ -5,6 +5,6 @@
+ 
+ curves_CXXFLAGS = @PACKAGE_CFLAGS@ -I$(top_srcdir)
+ 
+-curves_LDADD = $(top_srcdir)/plotmm/libplotmm.la @PACKAGE_LIBS@
++curves_LDADD = ../../plotmm/libplotmm.la @PACKAGE_LIBS@
+ 
+ CLEANFILES = *~
+--- Makefile.am.orig	2013-03-02 11:50:06.058388870 +0100
++++ Makefile.am	2013-03-02 11:50:16.674307730 +0100
+@@ -10,7 +10,7 @@
+ CLEANFILES = *~
+ 
+ plotmm_includedir       = $(includedir)/plotmm
+-plotmm_include_HEADERS  = plotmm/*.h
++plotmm_include_HEADERS  = $(top_srcdir)/plotmm/*.h
+ 
+ plotmm_docdir           = $(datadir)/doc/packages/plotmm/docs
+ 


More information about the scm-commits mailing list