- Fix build after math/R update
PR: 129703 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Reported by: erwinbot
This commit is contained in:
parent
dd4728d805
commit
5260fd2ff2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224734
6 changed files with 26 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= rpy
|
||||
PORTVERSION= 1.0.3
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
11
math/rpy/files/patch-src-RPy.h
Normal file
11
math/rpy/files/patch-src-RPy.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/RPy.h.orig 2008-12-17 16:53:19.000000000 +0800
|
||||
+++ src/RPy.h 2008-12-17 16:53:35.000000000 +0800
|
||||
@@ -74,7 +74,7 @@
|
||||
# endif
|
||||
#endif /* _WIN32 */
|
||||
|
||||
-#include <Rdevices.h> /* must follow Graphics.h */
|
||||
+#include <Rembedded.h> /* must follow Graphics.h */
|
||||
|
||||
|
||||
/* Missing definitions from Rinterface.h or RStartup.h */
|
|
@ -1,4 +1,4 @@
|
|||
%%PYTHON_SITELIBDIR%%/_rpy2072.so
|
||||
%%PYTHON_SITELIBDIR%%/_rpy2080.so
|
||||
%%PYTHON_SITELIBDIR%%/rpy.py
|
||||
%%PYTHON_SITELIBDIR%%/rpy.pyc
|
||||
%%PYTHON_SITELIBDIR%%/rpy.pyo
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= rpy
|
||||
PORTVERSION= 1.0.3
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
11
math/rpy2/files/patch-src-RPy.h
Normal file
11
math/rpy2/files/patch-src-RPy.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/RPy.h.orig 2008-12-17 16:53:19.000000000 +0800
|
||||
+++ src/RPy.h 2008-12-17 16:53:35.000000000 +0800
|
||||
@@ -74,7 +74,7 @@
|
||||
# endif
|
||||
#endif /* _WIN32 */
|
||||
|
||||
-#include <Rdevices.h> /* must follow Graphics.h */
|
||||
+#include <Rembedded.h> /* must follow Graphics.h */
|
||||
|
||||
|
||||
/* Missing definitions from Rinterface.h or RStartup.h */
|
|
@ -1,4 +1,4 @@
|
|||
%%PYTHON_SITELIBDIR%%/_rpy2072.so
|
||||
%%PYTHON_SITELIBDIR%%/_rpy2080.so
|
||||
%%PYTHON_SITELIBDIR%%/rpy.py
|
||||
%%PYTHON_SITELIBDIR%%/rpy.pyc
|
||||
%%PYTHON_SITELIBDIR%%/rpy.pyo
|
||||
|
|
Loading…
Reference in a new issue