summaryrefslogtreecommitdiff
path: root/finance/wmstock/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'finance/wmstock/files/patch-ab')
-rw-r--r--finance/wmstock/files/patch-ab22
1 files changed, 0 insertions, 22 deletions
diff --git a/finance/wmstock/files/patch-ab b/finance/wmstock/files/patch-ab
deleted file mode 100644
index bde526c3a636..000000000000
--- a/finance/wmstock/files/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile Wed Apr 19 11:17:30 2000
-+++ Makefile.new Sat May 20 01:34:48 2000
-@@ -2,14 +2,15 @@
- # <mfischer@umr.edu>
- # based on wmWeather - see ../Credits for more information
-
--CC = gcc
-+CC ?= gcc
- DEBUG = -DMLF_DEBUG -DTIME_DEBUG
- GCOV = -fprofile-arcs -ftest-coverage
-
- #standard, should work for most Linux/Solaris (may need to be changed for HP)
--INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include
--DESTDIR= /usr/X11R6
--LIBDIR = -L/usr/X11R6/lib
-+X11BASE ?= /usr/X11R6
-+INCDIR = -I${X11BASE}/include/X11 -I${X11BASE}/include
-+DESTDIR= ${PREFIX}
-+LIBDIR = -L${X11BASE}/lib
-
- # for linux
- LIBS = -lXpm -lX11 -lXext