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