diff options
Diffstat (limited to 'lang/tcl-itcl-current/patches/patch-ae')
-rw-r--r-- | lang/tcl-itcl-current/patches/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/tcl-itcl-current/patches/patch-ae b/lang/tcl-itcl-current/patches/patch-ae new file mode 100644 index 00000000000..bda33889029 --- /dev/null +++ b/lang/tcl-itcl-current/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1.1.1 2004/09/24 21:16:02 dmcmahill Exp $ + +--- iwidgets/Makefile.in.orig Wed Sep 25 23:12:59 2002 ++++ iwidgets/Makefile.in +@@ -40,7 +40,7 @@ libdir = @libdir@ + INSTALL_ROOT = + + # Path name to use when installing library scripts: +-SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(libdir)/iwidgets$(IWIDGETS_VERSION) ++SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/lib/tcl/iwidgets$(VERSION) + + # Directory in which to install the archive libtcl.a: + LIB_INSTALL_DIR = $(INSTALL_ROOT)$(libdir) |