Ticket #20855: orpie.patch

File orpie.patch, 695 bytes (added by jcdenton513@…, 15 years ago)

doesn't require autoconf

  • Makefile.in

    old new  
    3737
    3838CURSES_LIB = @CURSES_LIB@
    3939GSL_LIB    = @GSL_LIB@
     40MLGSL_LIB  = -L$(shell $(OCAMLC) -where)/gsl -lmlgsl
    4041
    4142INCLUDES = -I ./curses -I ./gsl -I ./units
    4243BFLAGS   = -pp camlp4o -g $(INCLUDES) -thread
    4344OFLAGS   = -pp camlp4o $(INCLUDES) -thread
    44 BLFLAGS  = -custom -cclib '@LDFLAGS@ $(CURSES_LIB) $(GSL_LIB) -lm'
    45 OLFLAGS  = -cclib '@LDFLAGS@ $(CURSES_LIB) $(GSL_LIB) -lm'
     45BLFLAGS  = -custom -cclib '@LDFLAGS@ $(CURSES_LIB) $(GSL_LIB) $(MLGSL_LIB) -lm'
     46OLFLAGS  = -cclib '@LDFLAGS@ $(CURSES_LIB) $(GSL_LIB) $(MLGSL_LIB) -lm'
    4647DEPFLAGS = -pp camlp4o
    4748
    4849# main target