You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ml/camldbm/files/hasgotfix.patch

16 lines
418 B

https://forge.ocamlcore.org/tracker/index.php?func=detail&aid=1202&group_id=278&atid=1189
Index: camldbm-1.0/configure
===================================================================
--- camldbm-1.0.orig/configure
+++ camldbm-1.0/configure
@@ -35,7 +35,7 @@ hasgot() {
${CC:-cc} -I$1 -o hasgot.exe hasgot.c $3 $4
res=$?
rm -f hasgot.c hasgot.exe
- return $?
+ return $res
}
dbm_include="not found"