From: Jon Trulson Date: Sun, 24 Feb 2019 19:54:42 +0000 (-0700) Subject: dtdockbook/instant: Add the proper paths for TCL on NetBSD X-Git-Tag: 2.3.0a~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c575ca93157e53f84061e091244fe79e4035f7e9;p=oweals%2Fcde.git dtdockbook/instant: Add the proper paths for TCL on NetBSD Patch submitted by Danilo Pecher --- diff --git a/cde/programs/dtdocbook/instant/Imakefile b/cde/programs/dtdocbook/instant/Imakefile index 75669164..09f8ccaf 100644 --- 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)