Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Dec 2004 12:41:45 +0800
From:      Sergei Dolmatov <sergei@dolmatov.dsb.ru>
To:        ports@FreeBSD.org
Cc:        ade@FreeBSD.org
Subject:   Problem with building current tk84 port
Message-ID:  <20041207044145.GF609@dolmatov.dsb.ru>

next in thread | raw e-mail | index | archive | help
Hello!

Current build of tk84 cannot find tcl.h which is in
/usr/local/lib/tcl8.4. Looks like problem is in tk84 Makefile:

diff -Nru tk84.orig/Makefile tk84/Makefile
--- tk84.orig/Makefile  Tue Dec  7 12:38:15 2004
+++ tk84/Makefile       Tue Dec  7 12:17:25 2004
@@ -27,7 +27,7 @@
 TK_VER=                8.4
 SHORT_TK_VER=  84
 CONFIGURE_ARGS=        --enable-shared --with-tcl=${PREFIX}/lib/tcl${TK_VER} \
-               --includedir=${LOCALBASE}/include/tk${TK_VER}
+               --includedir=${LOCALBASE}/include/tcl${TK_VER}
 CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TK_LIB_FILE=libtk${SHORT_TK_VER}.so.1
 MAKE_ENV=      SHORT_TK_VER=${SHORT_TK_VER}
 PLIST_SUB=     TK_VER=${TK_VER} SHORT_TK_VER=${SHORT_TK_VER}

-- 
Regards,
Sergei Dolmatov.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041207044145.GF609>