4bfb11f0d7
- 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.
26 lines
642 B
Text
26 lines
642 B
Text
$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 ##########
|
|
|