16 lines
337 B
Text
16 lines
337 B
Text
$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
|