Blame SOURCES/a2ps-4.13-gnusource.patch

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