Description: Add -unsafe-string compiler option
 The default has changed from unsafe-string to safe-string
 .
 orpie (1.5.2-3) unstable; urgency=medium
 .
   * Build depend on libnum-ocaml-dev (Closes: #939963)
Author: Uwe Steinmann <steinm@debian.org>
Bug-Debian: https://bugs.debian.org/939963
Forwarded: not-needed
Last-Update: 2019-11-07

--- orpie-1.5.2.orig/Makefile.in
+++ orpie-1.5.2/Makefile.in
@@ -46,7 +46,7 @@ GSL_LIB    = @GSL_LIB@
 
 INCLUDES = -I ./curses -I ./gsl -I ./units
 BFLAGS   = -pp camlp4o -g $(INCLUDES) -thread
-OFLAGS   = -pp camlp4o $(INCLUDES) -thread
+OFLAGS   = -pp camlp4o $(INCLUDES) -thread -unsafe-string
 BLFLAGS  = -custom -cclib '$(LDFLAGS) $(CURSES_LIB) $(GSL_LIB) -lm'
 OLFLAGS  = -cclib '$(LDFLAGS) $(CURSES_LIB) $(GSL_LIB) -lm'
 DEPFLAGS = -pp camlp4o
