blob: c86302e76ccdde9a5cf8f4b4696ae8d44636351e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-aa,v 1.2 2002/10/13 11:38:17 wiz Exp $
--- Makefile.orig Wed Mar 31 09:36:32 1999
+++ Makefile
@@ -1,10 +1,10 @@
OPTIMIZE=-g -Wall
#OPTIMIZE=-O2
GTKLIBS=`gtk-config --libs`
GTKINC=`gtk-config --cflags`
-PREFIX=/usr/local
+#PREFIX=/usr/local
DATADIR=$(PREFIX)/share
# location in which binaries are installed
|