diff options
author | adam <adam@pkgsrc.org> | 2005-09-07 10:55:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-09-07 10:55:31 +0000 |
commit | 0252e5520739cbc304b240ef6dcb492ca0574b6b (patch) | |
tree | 1e75352304fd8ff73d6f5f6773fb9115e4a202ef /math/gtklife/patches | |
parent | 267da8e3046f597caf2443ec203066b696aa0906 (diff) | |
download | pkgsrc-0252e5520739cbc304b240ef6dcb492ca0574b6b.tar.gz |
Changes 4.2:
- Fixed a potential crash after saving patterns.
- Removed -mpentiumpro from the Makefile.
- Zoom 1:1 and 16:1 buttons are now grayed out when appropriate.
- Rearranged zoom buttons to be more logical.
Diffstat (limited to 'math/gtklife/patches')
-rw-r--r-- | math/gtklife/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/gtklife/patches/patch-aa b/math/gtklife/patches/patch-aa index ba5f183ee8e..8210db625f0 100644 --- a/math/gtklife/patches/patch-aa +++ b/math/gtklife/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/07/22 17:20:23 drochner Exp $ +$NetBSD: patch-aa,v 1.2 2005/09/07 10:55:31 adam Exp $ ---- Makefile.orig 2004-05-13 03:29:10.000000000 +0200 +--- Makefile.orig 2005-01-13 06:16:20.000000000 +0000 +++ Makefile @@ -1,16 +1,16 @@ # C compiler to use @@ -19,8 +19,8 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/07/22 17:20:23 drochner Exp $ +DOCDIR=$(PREFIX)/share/doc/gtklife # Optimization and debug flags --CFLAGS=-O3 -mpentiumpro -Wall # -g -+#CFLAGS=-O3 -mpentiumpro -Wall # -g +-CFLAGS=-O3 -Wall # -g ++#CFLAGS=-O3 -Wall # -g ########## No user-serviceable parts below ########## |