projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d7f9df
)
dtdockbook/instant: Add the proper paths for TCL on NetBSD
author
Jon Trulson
<jon@radscan.com>
Sun, 24 Feb 2019 19:54:42 +0000
(12:54 -0700)
committer
Jon Trulson
<jon@radscan.com>
Sun, 24 Feb 2019 19:54:42 +0000
(12:54 -0700)
Patch submitted by Danilo Pecher <danilo.pecher@data-experts.biz>
cde/programs/dtdocbook/instant/Imakefile
patch
|
blob
|
history
diff --git
a/cde/programs/dtdocbook/instant/Imakefile
b/cde/programs/dtdocbook/instant/Imakefile
index 75669164a072ebae39e7341224a7f13947f697c9..09f8ccaf3ffe933444921aa9419ac7c483dc972a 100644
(file)
--- a/
cde/programs/dtdocbook/instant/Imakefile
+++ b/
cde/programs/dtdocbook/instant/Imakefile
@@
-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)