summaryrefslogtreecommitdiff
path: root/math/grpn/patches
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1999-06-08 14:34:48 +0000
committerfrueauf <frueauf@pkgsrc.org>1999-06-08 14:34:48 +0000
commit16d864f5a157f710843287cf9089b193c3aa110f (patch)
treeb2b146e34ee6f5e440170bb2b93ea02ec10109c9 /math/grpn/patches
parent15122eac0c8938766e675bf3e9a111e84ce57175 (diff)
downloadpkgsrc-16d864f5a157f710843287cf9089b193c3aa110f.tar.gz
Initial import of grpn-1.1.0, a graphical reverse polish notation (RPN)
calculator. Provided in pr 7233 by Dan McMahill.
Diffstat (limited to 'math/grpn/patches')
-rw-r--r--math/grpn/patches/patch-aa28
1 files changed, 28 insertions, 0 deletions
diff --git a/math/grpn/patches/patch-aa b/math/grpn/patches/patch-aa
new file mode 100644
index 00000000000..ea635b2a601
--- /dev/null
+++ b/math/grpn/patches/patch-aa
@@ -0,0 +1,28 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/06/08 14:34:48 frueauf Exp $
+
+--- Makefile.orig Fri Jun 4 23:09:07 1999
++++ Makefile Sat Jun 5 06:59:43 1999
+@@ -20,5 +20,6 @@
+ CFLAGS = -g -O2 -I/usr/X11/include `$(GTK_DIR)gtk-config --cflags` -DGTK_VER_1_1
+
+-DFLAGS = -L/usr/X11/lib
++#DFLAGS = -L/usr/X11/lib
++DFLAGS =
+
+ # end of user configurable section
+@@ -37,4 +38,5 @@
+ LIBS = `$(GTK_DIR)gtk-config --libs` -lX11 -lm
+
++all: grpn
+
+ grpn: $(OBJS)
+@@ -45,6 +47,7 @@
+
+ install: grpn
+- cp grpn /usr/local/bin
+- chmod 755 /usr/local/bin/grpn
++ #cp grpn /usr/local/bin
++ #chmod 755 /usr/local/bin/grpn
++ $(BSD_INSTALL_PROGRAM) grpn $(PREFIX)/bin
+
+ .c.o: