diff options
author | imp <imp@FreeBSD.org> | 2018-02-03 03:30:58 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:33:46 +0800 |
commit | ab895872fd89e9d538a0948a5fceedb63a9855b3 (patch) | |
tree | df4376ab3f001a714097431ca19fcb81a8820ae3 /games/seahaven/Makefile | |
parent | 984532760a597dfd00da4664dde6212f789e3583 (diff) | |
download | freebsd-ports-gnome-ab895872fd89e9d538a0948a5fceedb63a9855b3.tar.gz freebsd-ports-gnome-ab895872fd89e9d538a0948a5fceedb63a9855b3.tar.zst freebsd-ports-gnome-ab895872fd89e9d538a0948a5fceedb63a9855b3.zip |
unsigned poison to appease maraduing nitpicky compilers
The hob-nail tennis shoe of progrress is grinding historically
correct, but none-the-less pedantically incorrect, char constants >
0x7f into dust. Appease the compiler by making these arrays unsigned
and rippling that API change out further.
This fixes building on clang 6-based systems.
Diffstat (limited to 'games/seahaven/Makefile')
-rw-r--r-- | games/seahaven/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/seahaven/Makefile b/games/seahaven/Makefile index e3d486c914be..2df5713683de 100644 --- a/games/seahaven/Makefile +++ b/games/seahaven/Makefile @@ -3,7 +3,7 @@ PORTNAME= seahaven PORTVERSION= 1.60 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://seahaven.sourceforge.net/ EXTRACT_SUFX= .tgz |