On 14-Jan-08, at 7:13 PM, rodbegbie wrote: > > kdf;258702 Wrote: >> >> How did you end up working around this one? It doesn't seem to be >> fink, as I'm using ports and still running into it. > > For the time being, I just edited the Makefile by hand: > > > Code: > -------------------- > src/version.h: FORCE > @echo '/* This file is automatically generated */' > src/version.h > @echo '#define JIVE_VERSION "1 r1436M"' >> src/version.h > --------------------
ah ok. I did some searching and found that Leopard has yet more breakage. echo in sh is broken, so changing @echo -n to @/bin/echo -n will do the trick. /bin/echo should be safe for most systems, but I'll hold off merging it myself. Instead I'll put it and the results of your SDL patching into a diff for him to review later. -kdf _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive
