mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue