summaryrefslogtreecommitdiff
path: root/graphics/gimp/files/patch-aa
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-09-30 14:52:27 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-09-30 14:52:27 +0000
commit9a0242343bda5eb04c14ac4a2bd4135b3dbba92b (patch)
treef0b33d12ff894d09f0b3470efd60bb1c7116bed8 /graphics/gimp/files/patch-aa
parentRemove myself from MAINTAINER. (diff)
Upgrade to 1.0.1.
Notes
Notes: svn path=/head/; revision=13559
Diffstat (limited to 'graphics/gimp/files/patch-aa')
-rw-r--r--graphics/gimp/files/patch-aa12
1 files changed, 3 insertions, 9 deletions
diff --git a/graphics/gimp/files/patch-aa b/graphics/gimp/files/patch-aa
index a6abcf19014d..db75e4e1092b 100644
--- a/graphics/gimp/files/patch-aa
+++ b/graphics/gimp/files/patch-aa
@@ -1,5 +1,5 @@
---- app/main.c.orig Sat May 30 15:32:13 1998
-+++ app/main.c Sun Jun 7 10:08:19 1998
+--- app/main.c.orig Mon Sep 21 17:15:18 1998
++++ app/main.c Tue Sep 29 22:24:17 1998
@@ -16,6 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
@@ -8,13 +8,7 @@
#include <locale.h>
#include <stdio.h>
#include <stdlib.h>
-@@ -81,10 +82,15 @@
- int i, j;
- gchar *display_name, *display_env;
-
-+#define ATEXIT(proc) (atexit (proc))
-+
- ATEXIT (g_mem_profile);
+@@ -94,6 +95,9 @@
/* Initialize variables */
prog_name = argv[0];