freebsd-ports/games/xcowsay/files/patch-src__xcowsay.c
Max Brazhnikov 0affa6686a Update to 1.3 [1]
Remove gnome from CATEGORIES, it is pure gtk2 app.

PR:		ports/153401 [1]
Submitted by:	Rob Farmer (maintainer)
2010-12-23 19:38:37 +00:00

11 lines
410 B
C

--- ./src/xcowsay.c.orig 2010-12-22 22:33:28.806155135 -0800
+++ ./src/xcowsay.c 2010-12-22 22:34:03.718166298 -0800
@@ -252,7 +252,7 @@
parse_config_file();
int c, index = 0, failure = 0;
- const char *spec = "hvld:rt:f:";
+ const char *spec = "hvld:r:t:f:";
const char *dream_file = NULL;
while ((c = getopt_long(argc, argv, spec, long_options, &index)) != -1) {
switch (c) {