freebsd-ports/devel/gdb66/files/patch-itcl
Mikhail Teterin eaf6b60fdd Add a patch to properly locate, where itcl's library is located.
Bump PORTREVISION (only for insight) to reflect the update of itcl --
the updated, which necessitated the above fix.

Obtained from:	gahr@
2013-05-13 19:48:53 +00:00

11 lines
287 B
Text

Obtained from gahr@
--- gdb/configure 2006-12-17 10:38:59.000000000 -0500
+++ gdb/configure 2013-05-13 15:40:05.000000000 -0400
@@ -22084,5 +22084,5 @@
- ITCLLIB="${ITCL_BUILD_LIB_SPEC}"
+ ITCLLIB="${ITCL_LIB_SPEC}"
ITCL_DEPS="${ITCL_LIB_FULL_PATH}"
fi