aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-03 10:39:59 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-03 10:39:59 +0000
commitc77cac53d3a93d219c29daec73560bbd2365d837 (patch)
tree3996351bf8076afd7a75fdfa6d6e906a8aab033b
parent6483d7e6e5f341dbcc6483d30f353b3fb2dd2c45 (diff)
downloadports-c77cac53d3a93d219c29daec73560bbd2365d837.tar.gz
ports-c77cac53d3a93d219c29daec73560bbd2365d837.zip
science/dynare: remove stale powerpc* lines
-rw-r--r--science/dynare/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/science/dynare/Makefile b/science/dynare/Makefile
index c68a13bddf86..2d9b23312a84 100644
--- a/science/dynare/Makefile
+++ b/science/dynare/Makefile
@@ -49,12 +49,6 @@ OCTAVE_LIB_DEPENDS= libfftw3.so:math/fftw3 \
OCTAVE_RUN_DEPENDS= octave:math/octave \
octave-forge-statistics>0:math/octave-forge-statistics
-.include <bsd.port.options.mk>
-.if (${ARCH} == powerpc64le || ${ARCH} == powerpc64 || ${ARCH} == powerpc) && ${OSVERSION} < 1301510 # support added in e09d209d1a74a3caca95dea303db9bc605fce1a7
-BROKEN_powerpc64= cannot open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory
-BROKEN_powerpc64le= cannot open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory
-.endif
-
post-install:
# remove empty directories, see https://git.dynare.org/Dynare/dynare/-/issues/1835
@${FIND} ${STAGEDIR}${PREFIX} -type d -empty -delete