Skip to content

Commit

Permalink
Explicitly pass location of tclConfig.sh; otherwise it uses /usr/pkg and
Browse files Browse the repository at this point in the history
bypasses buildlinking.
  • Loading branch information
dholland committed Aug 27, 2012
1 parent e997ceb commit b412911
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cad/gnetman/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2012/08/21 23:49:18 marino Exp $
# $NetBSD: Makefile,v 1.9 2012/08/27 02:10:51 dholland Exp $
#

DISTNAME= gnetman-11Feb05
Expand All @@ -15,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir

USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= TCL_CONFIG_SH=${BUILDLINK_PREFIX.tcl}/lib/tclConfig.sh

post-extract:
${RM} ${WRKSRC}/src/include/tcl.h
Expand Down

0 comments on commit b412911

Please sign in to comment.