summaryrefslogtreecommitdiff
path: root/x11/blt/patches/patch-ac
diff options
context:
space:
mode:
authorabs <abs>2002-03-31 14:37:30 +0000
committerabs <abs>2002-03-31 14:37:30 +0000
commite0a6150e46a49c153c440fe87bbf0472eb1b0509 (patch)
treeddc027a215f1e5eead04ba68556bbabe670e1509 /x11/blt/patches/patch-ac
parent1790642030c2afe4cd9461e83c3bed1d6970901e (diff)
downloadpkgsrc-e0a6150e46a49c153c440fe87bbf0472eb1b0509.tar.gz
Fix build problem on hosts identified as 'netbsdelf'. Does not change anything
on systems that already worked, so no PKGREVISION bump.
Diffstat (limited to 'x11/blt/patches/patch-ac')
-rw-r--r--x11/blt/patches/patch-ac29
1 files changed, 12 insertions, 17 deletions
diff --git a/x11/blt/patches/patch-ac b/x11/blt/patches/patch-ac
index 12542cc5f55..67d8048d165 100644
--- a/x11/blt/patches/patch-ac
+++ b/x11/blt/patches/patch-ac
@@ -1,18 +1,13 @@
-$NetBSD: patch-ac,v 1.1.1.1 2000/03/12 01:43:56 hubertf Exp $
---- man/Makefile.in.orig Tue Feb 8 14:40:26 2000
-+++ man/Makefile.in Fri Mar 10 13:12:23 2000
+$NetBSD: patch-ac,v 1.2 2002/03/31 14:37:31 abs Exp $
+
+--- library/pkgIndex.tcl.in.orig Fri Oct 8 07:40:46 1999
++++ library/pkgIndex.tcl.in
@@ -10,7 +10,7 @@
-
- instdirs = $(mandir) $(sectiondir)
-
--MANPAGES = BLT.n barchart.n beep.n bgexec.n bitmap.n \
-+MANPAGES = BLT.n barchart.n beep.n bgexec.n bltbitmap.n \
- bltdebug.n busy.n cutbuffer.n dragdrop.n eps.n \
- graph.n hierbox.n hiertable.n htext.n spline.n \
- stripchart.n table.n tabset.n tile.n vector.n \
-@@ -55,3 +55,5 @@
- distclean: clean
- $(RM) $(srcdir)/*.bak $(srcdir)/*\~ $(srcdir)/"#"* Makefile
-
-+bltbitmap.man: bitmap.man
-+ cp bitmap.man bltbitmap.man
+ set library BLT${version_no_dots}${suffix}
+ global tcl_platform
+ if { $tcl_platform(platform) == "unix" } {
+- set library [file join [file dirname $dir] lib${library}]
++ set library [file join [file dirname $dir] .. lib${library}]
+ }
+ package ifneeded BLT ${version} [list load $library BLT]
+ }