diff options
author | snj <snj@pkgsrc.org> | 2008-11-02 16:56:15 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2008-11-02 16:56:15 +0000 |
commit | 53d529adc2ccf9ef5ea5a4d2cfedb94f5b58f000 (patch) | |
tree | 2ee08a904733fa4ed15bf2fcd70864033c092e8b /math/gtklife/patches | |
parent | 72c0d575f94e9159cab3bb5573f3ccee3b09e8df (diff) | |
download | pkgsrc-53d529adc2ccf9ef5ea5a4d2cfedb94f5b58f000.tar.gz |
Update to 5.1. Now uses gtk2. Changes are mostly small bugfixes and UI
tweaks. See bundled changelog for full details.
Diffstat (limited to 'math/gtklife/patches')
-rw-r--r-- | math/gtklife/patches/patch-aa | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/math/gtklife/patches/patch-aa b/math/gtklife/patches/patch-aa deleted file mode 100644 index 8210db625f0..00000000000 --- a/math/gtklife/patches/patch-aa +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2005/09/07 10:55:31 adam Exp $ - ---- Makefile.orig 2005-01-13 06:16:20.000000000 +0000 -+++ Makefile -@@ -1,16 +1,16 @@ - # C compiler to use --CC=gcc -+#CC=gcc - - # Set PREFIX to the root of where you want to install gtklife --PREFIX=/usr/local -+#PREFIX=/usr/local - - # Installation points for the gtklife binary, data, and documentation. --BINDIR=$(PREFIX)/games -+BINDIR=$(PREFIX)/bin - DATADIR=$(PREFIX)/share/gtklife --DOCDIR=$(PREFIX)/doc/gtklife -+DOCDIR=$(PREFIX)/share/doc/gtklife - - # Optimization and debug flags --CFLAGS=-O3 -Wall # -g -+#CFLAGS=-O3 -Wall # -g - - ########## No user-serviceable parts below ########## - |