diff options
author | danfe <danfe@FreeBSD.org> | 2007-10-18 15:33:52 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2007-10-18 15:33:52 +0800 |
commit | baf4c3c353d979835c9d917ac57745dafae15b40 (patch) | |
tree | d1c1efafbe75073ce082975d81b68402895a9eb2 | |
parent | e826073b65865d0219f75a3faf7c25a14874c84f (diff) | |
download | freebsd-ports-gnome-baf4c3c353d979835c9d917ac57745dafae15b40.tar.gz freebsd-ports-gnome-baf4c3c353d979835c9d917ac57745dafae15b40.tar.zst freebsd-ports-gnome-baf4c3c353d979835c9d917ac57745dafae15b40.zip |
- Fix "Bad system call" error with SDL sound driver
- Add a short note about fonts for non-latin languages
PR: ports/117018
-rw-r--r-- | games/openttd/Makefile | 3 | ||||
-rw-r--r-- | games/openttd/files/pkg-message.in | 9 |
2 files changed, 11 insertions, 1 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 644edd815048..75aaa5b9754c 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -7,6 +7,7 @@ PORTNAME= openttd PORTVERSION= 0.5.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -32,7 +33,7 @@ USE_SDL= sdl MAKE_ARGS+= RELEASE=${PORTVERSION} DATA_DIR="share/openttd" \ USE_HOMEDIR=1 PERSONAL_DIR=.openttd INSTALL=1 VERBOSE=1 \ - PTHREAD_LIBS="${PTHREAD_LIBS}" + PTHREAD_LIBS="-lpthread" SUB_FILES= pkg-message diff --git a/games/openttd/files/pkg-message.in b/games/openttd/files/pkg-message.in index d5d11266ed46..7a4f6271e47e 100644 --- a/games/openttd/files/pkg-message.in +++ b/games/openttd/files/pkg-message.in @@ -11,6 +11,15 @@ trgir.grf trgtr.grf + If you are using a non-latin language, you may see lots of `?'s on + the screen. Please open your configuration file and add a desired + fonts (file name with full path). Bold fonts might look better: + + [misc] + small_font = + medium_font = + large_font = + Enjoy!! ========================================================================== |