[120892] trunk/dports/science/plplot/files

takeshi at macports.org takeshi at macports.org
Tue Jun 10 17:40:58 PDT 2014


Revision: 120892
          https://trac.macports.org/changeset/120892
Author:   takeshi at macports.org
Date:     2014-06-10 17:40:58 -0700 (Tue, 10 Jun 2014)
Log Message:
-----------
plplot: add forgotten patches. See #43523

Added Paths:
-----------
    trunk/dports/science/plplot/files/patch-CMakeLists.txt.diff
    trunk/dports/science/plplot/files/patch-plConfig.h.in.diff

Added: trunk/dports/science/plplot/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/science/plplot/files/patch-CMakeLists.txt.diff	                        (rev 0)
+++ trunk/dports/science/plplot/files/patch-CMakeLists.txt.diff	2014-06-11 00:40:58 UTC (rev 120892)
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig	2013-12-30 05:11:07.000000000 +0900
++++ CMakeLists.txt	2014-06-11 08:53:10.000000000 +0900
+@@ -125,7 +125,7 @@
+   ${CMAKE_CURRENT_BINARY_DIR}/plplot_config.h
+   )
+ # Allow access to the generated plplot_config.h for this build.
+-add_definitions("-DHAVE_CONFIG_H")
++add_definitions("-DPLPLOT_HAVE_CONFIG_H")
+ # Install top-level files
+ 
+ # Enable testing framework for examples

Added: trunk/dports/science/plplot/files/patch-plConfig.h.in.diff
===================================================================
--- trunk/dports/science/plplot/files/patch-plConfig.h.in.diff	                        (rev 0)
+++ trunk/dports/science/plplot/files/patch-plConfig.h.in.diff	2014-06-11 00:40:58 UTC (rev 120892)
@@ -0,0 +1,11 @@
+--- include/plConfig.h.in.orig	2013-12-30 05:11:07.000000000 +0900
++++ include/plConfig.h.in	2014-06-09 21:59:26.000000000 +0900
+@@ -44,7 +44,7 @@
+ #ifndef __PLCONFIG_H__
+ #define __PLCONFIG_H__
+ 
+-#ifdef HAVE_CONFIG_H
++#ifdef PLPLOT_HAVE_CONFIG_H
+ #  include <plplot_config.h>
+ #endif
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140610/b7b1ca6b/attachment.html>


More information about the macports-changes mailing list