$NetBSD: patch-aa,v 1.3 2002/09/23 22:08:13 jlam Exp $

--- Makefile.orig	Thu Apr  4 22:56:05 2002
+++ Makefile
@@ -3,10 +3,10 @@
 # Please read the next few lines and enter the correct values.
 
 # where to install GRPN
-PREFIX = /usr/local/
+#PREFIX = /usr/local/
 
 # What compiler should be used
-CC = gcc 
+#CC = gcc 
 
 # Where to find the gtk-config script
 GTK_DIR =
@@ -20,9 +20,10 @@
 # add -DUSE_GNOME if you want to make grpn GNOME compliant.
 
 
-CFLAGS = -g -O2 -I/usr/X11/include  `$(GTK_DIR)gtk-config --cflags` -DGTK_VER_1_1
+#CFLAGS = -g -O2 -I/usr/X11/include  `$(GTK_DIR)gtk-config --cflags` -DGTK_VER_1_1
+CFLAGS+=`gtk-config --cflags` -DGTK_VER_1_1
 
-DFLAGS =  -L/usr/X11/lib 
+#DFLAGS =  -L/usr/X11/lib 
 
 # end of user configurable section
 
