[ioquake3] Makefile fixes for FreeBSD

2013-09-09 Thread Dominic Fandrey
Fix CFLAGS for OpenAL and cURL. -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? diff -r 27359e57fd46 Makefile --- a/Makefile Thu Jul 25 10:23:54 2013 +0200 ++

[ioquake3] Why does TOOLS_CC not default to CC?

2013-09-09 Thread Dominic Fandrey
Is there a good reason for this? I'd expect TOOLS_CC = $(CC) would be a reasonable default. Or at least TOOLS_CC = cc, which is guaranteed to exist, unlike gcc, the current default (and not available on FreeBSD-10). -- A: Because it fouls the order in which people normally read text. Q: Why is to

[ioquake3] Unescaped glop pattern character in sed expression

2013-09-09 Thread Dominic Fandrey
The * in the sed expression is likely to be interpreted by the shell and should be escaped. -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? diff -r 2ada1d090a6