Blame SOURCES/a2ps-4.13-gnusource.patch

f97431
--- a2ps-4.13/src/main.c.gnusource	2003-10-17 17:07:05.000000000 +0100
f97431
+++ a2ps-4.13/src/main.c	2003-10-17 17:07:17.000000000 +0100
f97431
@@ -30,6 +30,7 @@
f97431
 /*                      I n c l u d e   f i l e s                       */
f97431
 /*                                                                      */
f97431
 /************************************************************************/
f97431
+#define _GNU_SOURCE
f97431
 #include <assert.h>
f97431
 #include <string.h>
f97431
 #include <langinfo.h>
f97431
@@ -105,7 +106,6 @@
f97431
    defined twice, see lib/confg.gperf, handling of `Options:'. */
f97431
 
f97431
 char *program_name;
f97431
-const char *program_invocation_name;
f97431
 
f97431
 /* Stores the data of liba2ps.  */
f97431