Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Actually properly define the dependency on libfts
Baptiste Daroussin committed 7 years ago
commit f1612e2b323941a2d5b7a32a201b7b1e77036405
parent f37b3bd3a1e6c557df364ff9db287cfdd26728f4
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
		}
	}
}