diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-29 21:02:00 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-04-29 21:02:00 +0000 |
commit | d6fcd7b2c5e5b53769e12c622d83495adb460480 (patch) | |
tree | dd6353d3cd33894aa606ed8a3cb3f6014fe409bb /graphics/gimp1/files/patch-aa | |
parent | Mark these ports broken, they are left behind in the beta-4.1 upgrade (diff) |
Upgrade to 0.99.28.
PR: ports/6442
Submitted by: Donald Burr <dburr@POBoxes.com>
Notes
Notes:
svn path=/head/; revision=10763
Diffstat (limited to 'graphics/gimp1/files/patch-aa')
-rw-r--r-- | graphics/gimp1/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gimp1/files/patch-aa b/graphics/gimp1/files/patch-aa new file mode 100644 index 000000000000..8be51189fdab --- /dev/null +++ b/graphics/gimp1/files/patch-aa @@ -0,0 +1,11 @@ +--- app/main.c.old Tue Apr 28 09:54:27 1998 ++++ app/main.c Tue Apr 28 09:53:51 1998 +@@ -80,6 +80,8 @@ + int i, j; + gchar *display_name, *display_env; + ++#define ATEXIT(proc) (atexit (proc)) ++ + ATEXIT (g_mem_profile); + + /* Initialize variables */ |