updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / orpie / orpie-1.5.1-nogsl.patch
blob8719bfd1c5d32adbda894d9efe538406bb945517
1 --- orpie-1.5.1/Makefile.in.orig 2010-06-03 21:02:14.000000000 +0100
2 +++ orpie-1.5.1/Makefile.in 2010-06-03 21:02:49.000000000 +0100
3 @@ -38,7 +38,7 @@
4 CURSES_LIB = @CURSES_LIB@
5 GSL_LIB = @GSL_LIB@
7 -INCLUDES = -I ./curses -I ./gsl -I ./units
8 +INCLUDES = -I ./curses -I /usr/lib/ocaml/gsl -I ./units
9 BFLAGS = -pp camlp4o -g $(INCLUDES) -thread
10 OFLAGS = -pp camlp4o $(INCLUDES) -thread
11 BLFLAGS = -custom -cclib '@LDFLAGS@ $(CURSES_LIB) $(GSL_LIB) -lm'
12 @@ -72,16 +72,8 @@
13 CURSES_BOBJS = $(CURSES_CMO) $(CURSES_COBJS)
14 CURSES_OOBJS = $(CURSES_CMX) $(CURSES_COBJS)
16 -GSL_CMO = gsl/gsl_error.cmo gsl/gsl_blas.cmo gsl/gsl_complex.cmo gsl/gsl_matrix.cmo gsl/gsl_matrix_complex.cmo \
17 - gsl/gsl_vector.cmo gsl/gsl_vector_complex.cmo gsl/gsl_vector_flat.cmo gsl/gsl_matrix_flat.cmo \
18 - gsl/gsl_vector_complex_flat.cmo gsl/gsl_matrix_complex_flat.cmo gsl/gsl_vectmat.cmo \
19 - gsl/gsl_permut.cmo gsl/gsl_linalg.cmo gsl/gsl_fun.cmo
20 -GSL_CMX = $(GSL_CMO:.cmo=.cmx)
21 -GSL_COBJS = gsl/mlgsl_error.o gsl/mlgsl_blas.o gsl/mlgsl_blas_complex.o gsl/mlgsl_complex.o \
22 - gsl/mlgsl_matrix_complex.o gsl/mlgsl_matrix_double.o gsl/mlgsl_vector_double.o gsl/mlgsl_permut.o \
23 - gsl/mlgsl_linalg.o gsl/mlgsl_linalg_complex.o gsl/mlgsl_fun.o gsl/mlgsl_math.o gsl/mlgsl_sf.o
24 -GSL_BOBJS = $(GSL_COBJS) $(GSL_CMO)
25 -GSL_OOBJS = $(GSL_COBJS) $(GSL_CMX)
26 +GSL_BOBJS = /usr/lib/ocaml/gsl/gsl.cma
27 +GSL_OOBJS = /usr/lib/ocaml/gsl/gsl.cmxa
29 UNITS_CMO = units/units.cmo
30 UNITS_CMX = $(UNITS_CMO:.cmo=.cmx)