summaryrefslogtreecommitdiffstats
path: root/macosx/Makefile.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-04-24 16:23:31 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-04-24 16:23:31 (GMT)
commit78693b91d01c3a0ee1a20df0f19dc4b63839484b (patch)
treea1f8c65da6dea20fafdee02e516284798b852630 /macosx/Makefile.in
parent73ed1b3d2cdeffe239f2f4b5237cac1a661516b6 (diff)
downloadblt-78693b91d01c3a0ee1a20df0f19dc4b63839484b.zip
blt-78693b91d01c3a0ee1a20df0f19dc4b63839484b.tar.gz
blt-78693b91d01c3a0ee1a20df0f19dc4b63839484b.tar.bz2
add tls
Diffstat (limited to 'macosx/Makefile.in')
-rw-r--r--macosx/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/Makefile.in b/macosx/Makefile.in
index f06063a..10a0c61 100644
--- a/macosx/Makefile.in
+++ b/macosx/Makefile.in
@@ -13,6 +13,8 @@ OS = @OS@
ARCH = @ARCH@
JOBS = @CORES@
+TLSFLAGS = "--with-ssl-dir=/opt/local"
+
include ./make.include
WITHTCL = --with-tcl=$(prefix)/build/tcl/Development
@@ -41,7 +43,7 @@ TKFILES = \
saods9 : dirs tcl tk \
tclcheckdns tcliis tclsignal \
- tclzvfs tclxml xpa \
+ tclzvfs tls tclxml xpa \
tkblt tktable tkimg \
tkmpeg tkhtml1 tkcon \
tkmacosx \