From: Gurusamy Sarathy <gsar@cpan.org>
Date: Wed, 7 Jul 1999 01:41:25 +0000 (+0000)
Subject: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=10ca40477ddc9b8d94a5d1880386d95c6cc6cc37;p=p5sagit%2Fp5-mst-13.2.git

BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)

p4raw-id: //depot/perl@3628
---

diff --git a/hints/bsdos.sh b/hints/bsdos.sh
index c54a0c1..e8cfb4a 100644
--- a/hints/bsdos.sh
+++ b/hints/bsdos.sh
@@ -86,6 +86,7 @@ case "$osvers" in
 	libswanted="rpc curses termcap $libswanted"
 	;;
 4.0*)
+	POSIX_cflags='ccflags="$ccflags -DSTRUCT_TM_HASZONE"' 
 	# ELF dynamic link libraries starting in 4.0 (???)
         useshrplib='true'
 	so='so'