aboutsummaryrefslogtreecommitdiff
path: root/math/grpn/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-26 20:50:14 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-26 20:50:14 +0000
commite5df2495863261eadee2ae4fbf57d98984d9c93b (patch)
treec7c1f797d3d14ad9b4d783abbe924ceb9fd02cd7 /math/grpn/files
parent2d09300ec544d55e6d39c7b83377a699c304ac6d (diff)
downloadports-e5df2495863261eadee2ae4fbf57d98984d9c93b.tar.gz
ports-e5df2495863261eadee2ae4fbf57d98984d9c93b.zip
Initial import of grpn version 1.1.0.
A GTK+-based reverse polish notation (RPN) calculator. PR: 14526 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Notes
Notes: svn path=/head/; revision=23410
Diffstat (limited to 'math/grpn/files')
-rw-r--r--math/grpn/files/patch-aa32
1 files changed, 32 insertions, 0 deletions
diff --git a/math/grpn/files/patch-aa b/math/grpn/files/patch-aa
new file mode 100644
index 000000000000..443851e9a51d
--- /dev/null
+++ b/math/grpn/files/patch-aa
@@ -0,0 +1,32 @@
+--- Makefile.orig Mon May 31 21:46:31 1999
++++ Makefile Mon Oct 25 19:52:03 1999
+@@ -3,7 +3,7 @@
+ # Please read the next few lines and enter the correct values.
+
+ # What compiler should be used
+-CC = gcc
++CC?= gcc
+
+ # Where to find the gtk-config script
+ GTK_DIR =
+@@ -17,9 +17,9 @@
+ # 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+= -I${X11BASE}/include -I${PREFIX}/include `${GTK_CONFIG} --cflags` -DGTK_VER_1_1
+
+-DFLAGS = -L/usr/X11/lib
++DFLAGS = -L${X11BASE}/lib -L${PREFIX}/lib
+
+ # end of user configurable section
+
+@@ -34,7 +34,7 @@
+
+
+
+-LIBS = `$(GTK_DIR)gtk-config --libs` -lX11 -lm
++LIBS = `${GTK_CONFIG} --libs` -lX11 -lm
+
+
+ grpn: $(OBJS)