freebsd-ports/games/cuyo/files/patch-src__cuyo.cpp
Rusmir Dusko a0e1e2a2d9 - Update to 2.0.0, Announce message:
New level track "Contributions" for unofficial, community-made levels
    New levels: aliens, pacman
    Moved remaining unfinished levels and some finished levels to
     "contributions"
    More bugfixes

- Add PORTEPOCH
- Change master sites, use SAVANNAH instead of not existing page
- Take maintainership
- Add license (GPLv2)
- Use the new format for LIB_DEPENDS
- Remove USE_GMAKE (USES gmake), build good without
- Disable all warnings with -w
- Support STAGEDIR and add OPTIONS_SUB
- Add DOCS, NLS and Options
- Symlink the icon
- Add patch, fix build ngettext

PR:		ports/173875
Submitted by:	nemysis (self)
Approved by:	Matthew Gibson <mdg583@gmail.com> (previous maintainer)
2014-02-07 16:02:32 +00:00

10 lines
344 B
C++

--- ./src/cuyo.cpp.orig 2012-01-17 14:47:38.000000000 +0100
+++ ./src/cuyo.cpp 2014-02-01 18:48:07.000000000 +0100
@@ -53,6 +53,7 @@
/* # Zeitschritte, die nach der Zeitbonus-Animation noch gewartet wird */
#define nachbonus_wartezeit 50
+char * ngettext (char * msgid, const char * msgid_plural, unsigned long int n) {return msgid;}