cvs commit: ports/games/openttd Makefile

Alexey Dokuchaev danfe at FreeBSD.org
Thu May 19 10:01:04 UTC 2011


danfe       2011-05-19 10:01:04 UTC

  FreeBSD ports repository

  Modified files:
    games/openttd        Makefile 
  Log:
  - Once again, remove vendor-provided CFLAGS (broken in rev. 1.34), add a
    reminder in hope that people will properly update sed(1) code next time
  - Set CXXFLAGS to empty value: OpenTTD treats them specially as options,
    used in addition to CFLAGS for C++ code.  Since normally one's CXXFLAGS
    match CFLAGS, they will appear twice in the build log without this change
  - Unbreak the build for dedicated server (again, broken in rev. 1.34) by
    registering explicit dependency on pkg-config
  - Make the build verbose so it's easier to see what's wrong from the logs
  - Fix some typos in comments and clean up Makefile a bit
  
  Revision  Changes    Path
  1.36      +12 -9     ports/games/openttd/Makefile


More information about the cvs-ports mailing list