dtdockbook/instant: Add the proper paths for TCL on NetBSD
Patch submitted by Danilo Pecher <danilo.pecher@data-experts.biz>
This commit is contained in:
parent
4d7f9df692
commit
c575ca9315
|
|
@ -10,6 +10,9 @@ TCLINC = -I/usr/include/tcl
|
|||
#elif defined(FreeBSDArchitecture) || defined(OpenBSDArchitecture)
|
||||
TCLINC = -I/usr/local/include/tcl8.6
|
||||
TCLLIB = -ltcl86
|
||||
#elif defined(NetBSDArchitecture)
|
||||
TCLINC = -I/usr/pkg/include/tcl
|
||||
TCLLIB = -ltcl86
|
||||
#endif
|
||||
|
||||
#if defined(TCLInc)
|
||||
|
|
|
|||
Loading…
Reference in New Issue