Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > d8f9cbb548e6af917cb3542a115c2224 > files > 1

ocaml-camlpdf-0.5-2.mga2.src.rpm

--- makefile~	2010-03-08 17:30:19.000000000 +0100
+++ makefile	2010-04-26 03:30:58.000000000 +0200
@@ -42,7 +42,8 @@
 
 CLIBS = z
 
-CFLAGS = -m32
+WS := $(shell ocaml word_size.ml)
+CFLAGS = -m$(WS)
 
 #Uncomment for debug build
 #OCAMLNCFLAGS = -g