Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2011 10:01:04 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/games/openttd Makefile
Message-ID:  <201105191001.p4JA14Qr054567@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105191001.p4JA14Qr054567>