summaryrefslogtreecommitdiff
path: root/math/gtklife/patches
diff options
context:
space:
mode:
authoradam <adam>2005-09-07 10:55:31 +0000
committeradam <adam>2005-09-07 10:55:31 +0000
commitfaba27673ea2c84de4d3f2d4620d2bd929fb0048 (patch)
tree1e75352304fd8ff73d6f5f6773fb9115e4a202ef /math/gtklife/patches
parenta232460e95d8dc888982a548783b02c28bc515a0 (diff)
downloadpkgsrc-faba27673ea2c84de4d3f2d4620d2bd929fb0048.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-aa8
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 ##########