Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Actually properly define the dependency on libfts
Baptiste Daroussin committed 7 years ago
commit f1612e2b323941a2d5b7a32a201b7b1e77036405
parent f37b3bd
1 file changed +1 -0
modified auto.def
@@ -144,6 +144,7 @@ cc-with { -includes { libutil.h }} {
if {![cc-check-functions fts_open]} {
	cc-with { -libs { -lfts }} {
		if {[cc-check-functions fts_open]} {
+
			define-feature LIBFTS
		}
	}
}