summaryrefslogtreecommitdiff
path: root/graphics/cqcam/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/cqcam/patches/patch-aa')
-rw-r--r--graphics/cqcam/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/cqcam/patches/patch-aa b/graphics/cqcam/patches/patch-aa
index 0e3edd3ed31..5076ea20180 100644
--- a/graphics/cqcam/patches/patch-aa
+++ b/graphics/cqcam/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 2000/06/20 22:25:58 hubertf Exp $
+$NetBSD: patch-aa,v 1.4 2000/08/31 14:43:52 jwise Exp $
--- Makefile.orig Tue Oct 28 00:07:06 1997
+++ Makefile Wed Jun 21 00:20:49 2000
@@ -77,9 +77,9 @@ $NetBSD: patch-aa,v 1.3 2000/06/20 22:25:58 hubertf Exp $
-#REMOTE_CFLAGS =
+REMOTE_OBJS = xqcctl-tk.o # code module for the remote
+REMOTE_DEFS = -DREMOTE
-+REMOTE_LIBS = -lm -L${PREFIX}/lib -ltk80 -ltcl80 # libraries necessary for the remote
++REMOTE_LIBS = -lm -L${PREFIX}/lib -ltk83 -ltcl83 # libraries necessary for the remote
+REMOTE_LDFLAGS =
-+REMOTE_CFLAGS = -I${PREFIX}/include/tcl8.0 -I${PREFIX}/include/tk8.0
++REMOTE_CFLAGS = -I${PREFIX}/include
######################################################################
######################################################################