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:
@@ -10,6 +10,9 @@ TCLINC = -I/usr/include/tcl
|
|||||||
#elif defined(FreeBSDArchitecture) || defined(OpenBSDArchitecture)
|
#elif defined(FreeBSDArchitecture) || defined(OpenBSDArchitecture)
|
||||||
TCLINC = -I/usr/local/include/tcl8.6
|
TCLINC = -I/usr/local/include/tcl8.6
|
||||||
TCLLIB = -ltcl86
|
TCLLIB = -ltcl86
|
||||||
|
#elif defined(NetBSDArchitecture)
|
||||||
|
TCLINC = -I/usr/pkg/include/tcl
|
||||||
|
TCLLIB = -ltcl86
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(TCLInc)
|
#if defined(TCLInc)
|
||||||
|
|||||||
Reference in New Issue
Block a user