[PATCH 1/3] Update Mac-specific notes. [and 2 more messages]
Ian Jackson
ijackson at chiark.greenend.org.uk
Sun Jul 10 23:29:11 BST 2011
Richard Kettlewell writes ("[PATCH 1/3] Update Mac-specific notes."):
> - how (and why) to enable IP forwarding
> - correct 'launchctl unload' invocation
I don't have an opinion on these - I think you should just push the
mac-specific notes changes.
Richard Kettlewell writes ("[PATCH 2/3] .gitignore XCode-specific files."):
> Checking those files in doesn't make much sense as they change at the
> drop of a hat.
...
> +*.xcodeproj
> +build
This should be
/build
I think. In case we invent a file "build" somewhere else.
Richard Kettlewell writes ("[PATCH 3/3] Detect Fink automatically."):
> Saves a bit of manual labour when building on OSX.
...
> +# Use Fink if available
> +if test -d /sw; then
> + CPPFLAGS="-I/sw/include ${CPPFLAGS}"
> + LDFLAGS="-L/sw/lib ${LDFLAGS}"
> +fi
Perhaps this should produce a message of some kind ?
Ian.
More information about the sgo-software-discuss
mailing list