summaryrefslogtreecommitdiff
path: root/graphics/cqcam/patches/patch-aa
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>2000-08-31 14:43:49 +0000
committerjwise <jwise@pkgsrc.org>2000-08-31 14:43:49 +0000
commit85faafcab7c707588b7693c39bce7f90bd6d5318 (patch)
tree4ef04abce89372020a4f6c44a58d6ec5802a7bbb /graphics/cqcam/patches/patch-aa
parenta86c9d32deacb6b1dcf2c646dfbbb217eb04a611 (diff)
downloadpkgsrc-85faafcab7c707588b7693c39bce7f90bd6d5318.tar.gz
Adapt this package to tk-8.3.2.
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
######################################################################
######################################################################