summaryrefslogtreecommitdiff
path: root/www/mathopd/files/patch-aa
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-22 21:32:47 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-22 21:32:47 +0000
commitfaa6c11e198e706a2dd60037af9d7842373a6072 (patch)
tree769f01f487e434f85e15cedf6d790f2d26866eda /www/mathopd/files/patch-aa
parentUpdate to use Tcl/Tk version 8.2. Also USE_LIBTOOL=yes to get rid of (diff)
Update to version 1.3pl2.
PR: 15527 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=23844
Diffstat (limited to '')
-rw-r--r--www/mathopd/files/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mathopd/files/patch-aa b/www/mathopd/files/patch-aa
index b78a94c24ebf..b00275347a3b 100644
--- a/www/mathopd/files/patch-aa
+++ b/www/mathopd/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Sun Oct 31 18:25:08 1999
-+++ Makefile Sun Oct 31 19:03:04 1999
+--- Makefile.orig Fri Dec 17 11:09:22 1999
++++ Makefile Fri Dec 17 11:09:08 1999
@@ -1,23 +1,7 @@
-BIN=mathopd
-CC=gcc
@@ -21,7 +21,7 @@
-
-all: $(BIN)
-install: $(BIN)
-- install $(BIN) $(SBINDIR)
+- install -c $(BIN) $(SBINDIR)
-$(BIN): $(OBJS)
- $(CC) $(LDFLAGS) -o $(BIN) $(OBJS) $(LDLIBS)
-$(OBJS): $(DEPENDS)