summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/a2ps/files/4.13c-gcc34.patch')
-rw-r--r--app-text/a2ps/files/4.13c-gcc34.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-text/a2ps/files/4.13c-gcc34.patch b/app-text/a2ps/files/4.13c-gcc34.patch
new file mode 100644
index 000000000000..926e28f62005
--- /dev/null
+++ b/app-text/a2ps/files/4.13c-gcc34.patch
@@ -0,0 +1,12 @@
+--- a2ps-4.13/lib/path-concat.c 2002-03-04 13:46:25.000000000 -0500
++++ a2ps-4.13/lib/path-concat_.c 2004-04-13 01:47:03.596895984 -0400
+@@ -31,7 +31,8 @@
+ #endif
+ #include <sys/types.h>
+
+-char *malloc ();
++/* Commented out by Tamran to work with gcc 3.4 */
++/* char *malloc (); */
+
+ #ifndef DIRECTORY_SEPARATOR
+ # define DIRECTORY_SEPARATOR '/'