Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 69417 | Differences between
and this patch

Collapse All | Expand All

(-)mapscript/tcl/Makefile.in (-1 / +1 lines)
Lines 25-31 Link Here
25
TCL_LIBS            = @TCL_LIBS@
25
TCL_LIBS            = @TCL_LIBS@
26
LIBS                = @TCL_LIBS@
26
LIBS                = @TCL_LIBS@
27
TCL_DBGX            = @TCL_DBGX@
27
TCL_DBGX            = @TCL_DBGX@
28
LIB_RUNTIME_DIR     = @TCL_EXEC_PREFIX@/lib:@TCL_EXEC_PREFIX@/lib/$(PACKAGEDIR):@TCL_PREFIX@/lib:@MAPSERVERHOME@
28
LIB_RUNTIME_DIR     = @TCL_EXEC_PREFIX@/lib:@TCL_EXEC_PREFIX@/lib/$(PACKAGEDIR):@TCL_PREFIX@/lib
29
29
30
MAPSERVERHOME       = @MAPSERVERHOME@
30
MAPSERVERHOME       = @MAPSERVERHOME@
31
MAPSERVERDEFS       = @MAPSERVERDEFS@
31
MAPSERVERDEFS       = @MAPSERVERDEFS@
(-)mapscript/mapscript.i (-1 / +1 lines)
Lines 206-212 Link Here
206
206
207
/* Tcl */
207
/* Tcl */
208
#ifdef SWIGTCL8
208
#ifdef SWIGTCL8
209
%include "tclmodule.i"
209
/* %include "tclmodule.i" */
210
#endif /* SWIGTCL8 */
210
#endif /* SWIGTCL8 */
211
211
212
/* 
212
/* 

Return to bug 69417