diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-08-02 10:57:23 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-08-02 10:57:23 +0000 |
commit | 93dc8c8d6eda9735192dce3ce4477ef35cb38230 (patch) | |
tree | ffe6dc701c27534002a44e700f98768c341bf8fd /math/orpie/files/patch-Makefile.in | |
parent | Add missing runtime dependency on kdepim-runtime (diff) |
Unbreak `math/orpie' against OCaml 4.05.0 and make it fetchable
Obtained from: Debian
Bug-Debian: https://bugs.debian.org/868849
Notes
Notes:
svn path=/head/; revision=476230
Diffstat (limited to 'math/orpie/files/patch-Makefile.in')
-rw-r--r-- | math/orpie/files/patch-Makefile.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/orpie/files/patch-Makefile.in b/math/orpie/files/patch-Makefile.in index a4b77a26dff9..73797efdf893 100644 --- a/math/orpie/files/patch-Makefile.in +++ b/math/orpie/files/patch-Makefile.in @@ -1,5 +1,14 @@ --- Makefile.in.orig +++ Makefile.in +@@ -81,7 +81,7 @@ CURSES_OOBJS = $(CURSES_CMX) $(CURSES_CO + GSL_CMO = gsl/gsl_error.cmo gsl/gsl_blas.cmo gsl/gsl_complex.cmo gsl/gsl_matrix.cmo gsl/gsl_matrix_complex.cmo \ + gsl/gsl_vector.cmo gsl/gsl_vector_complex.cmo gsl/gsl_vector_flat.cmo gsl/gsl_matrix_flat.cmo \ + gsl/gsl_vector_complex_flat.cmo gsl/gsl_matrix_complex_flat.cmo gsl/gsl_vectmat.cmo \ +- gsl/gsl_permut.cmo gsl/gsl_linalg.cmo gsl/gsl_fun.cmo ++ gsl/gsl_permut.cmo gsl/gsl_linalg.cmo gsl/gsl_fun.cmo gsl/gsl_sf.cmo gsl/gsl_math.cmo + GSL_CMX = $(GSL_CMO:.cmo=.cmx) + GSL_COBJS = gsl/mlgsl_error.o gsl/mlgsl_blas.o gsl/mlgsl_blas_complex.o gsl/mlgsl_complex.o gsl/mlgsl_blas_float.o \ + gsl/mlgsl_blas_complex_float.o gsl/mlgsl_matrix_complex.o gsl/mlgsl_matrix_double.o gsl/mlgsl_matrix_float.o \ @@ -201,7 +201,7 @@ GSL_INCLUDES = -I ./gsl GSL_BFLAGS = -g $(GSL_INCLUDES) -thread |