[Omake] 0.9.9.x currently broken
Erick Tryzelaar
erickt at dslextreme.com
Mon Jul 3 20:49:21 PDT 2006
Erick Tryzelaar wrote:
> I think I found the problem. In lib/configure/fam.om, the one in 0.9.9
> doesn't have a "-DFAM_KQUEUE" flag set. I added it, and it built :)
To be more clear, here's the patch to fix this:
Index: lib/configure/fam.om
===================================================================
--- lib/configure/fam.om (revision 9415)
+++ lib/configure/fam.om (working copy)
@@ -35,7 +35,7 @@
elseif $(CheckHeader sys/event.h)
println($'(using kqueue)')
FAM_AVAILABLE = true
- FAM_CFLAGS = -DFAM_ENABLED -DFAM_PSEUDO
+ FAM_CFLAGS = -DFAM_ENABLED -DFAM_PSEUDO -DFAM_KQUEUE
FAM_CLIBS =
if $(VerboseCheckHeader string.h)
FAM_CFLAGS += -DHAVE_STRING_H
More information about the Omake
mailing list