aboutsummaryrefslogtreecommitdiff
path: root/dist/pgplot.patch
diff options
context:
space:
mode:
authorschnetter <schnetter@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2009-12-01 04:57:52 +0000
committerschnetter <schnetter@5c1b1641-b641-47ec-b3d9-0f93d4c445ee>2009-12-01 04:57:52 +0000
commitdcae4ec74aafcc450beb47d82c5ee55b4af63a0b (patch)
tree4ba9dcb8435335d1803af20151b213d0991062cb /dist/pgplot.patch
parent0973a99607f9934137b3efe152c7cd9817a45cae (diff)
Update LORENE, begin to make it build on AIX
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/LORENE/trunk@3 5c1b1641-b641-47ec-b3d9-0f93d4c445ee
Diffstat (limited to 'dist/pgplot.patch')
-rw-r--r--dist/pgplot.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/pgplot.patch b/dist/pgplot.patch
new file mode 100644
index 0000000..d6ec096
--- /dev/null
+++ b/dist/pgplot.patch
@@ -0,0 +1,12 @@
+diff -ru Lorene.orig/C++/Makefile Lorene/C++/Makefile
+--- Lorene.orig/C++/Makefile 2009-09-02 12:44:52.000000000 -0500
++++ Lorene/C++/Makefile 2009-11-30 19:50:04.000000000 -0600
+@@ -39,7 +39,7 @@
+ cd Source/Mtbl_cf; $(MAKE)
+ cd Source/Non_class_members/Coef; $(MAKE)
+ cd Source/Non_class_members/Coef/$(FFT_DIR); $(MAKE)
+- cd Source/Non_class_members/Graphics; $(MAKE)
++# cd Source/Non_class_members/Graphics; $(MAKE)
+ cd Source/Non_class_members/Operators; $(MAKE)
+ cd Source/Non_class_members/PDE; $(MAKE)
+ cd Source/Non_class_members/Utilities; $(MAKE)