*BSD News Article 11359


Return to BSD News archive

Received: by minnie.vk1xwt.ampr.org with NNTP
	id AA1655 ; Tue, 23 Feb 93 14:52:12 EST
Newsgroups: comp.os.386bsd.bugs,comp.unix.bsd
Path: sserve!manuel.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!menudo.uh.edu!uuneo!sugar!karl
From: karl@NeoSoft.com (Karl Lehenbauer)
Subject: Patch to make tn3270 compile (needed for compile of /usr/src)
Organization: NeoSoft Communications Services -- (713) 684-5900
Date: Thu, 18 Feb 1993 07:11:13 GMT
Message-ID: <C2MuMq.LGo@sugar.neosoft.com>
Lines: 42

This is an unofficial patch.  It is *not* part of the official 
unofficial patchkit maintained by Jordan Hubbard (jkh@whisker.lotus.ie)
and previously by Nate Williams.

If you apply this patch you need your own backout plan.  Further you can
expect with reasonable certainty that this patch or one like it will come
out through the official unofficial patchkit.

If you need it now and can't wait, though, use it.  As always, we are not
responsible for whatever this patch does or fails to do to your system.

AUTHOR:         Nick Handel (nick@madhouse.neosoft.com)
DESCRIPTION:
        A "make" from /usr/src will abort due to the absence of
"/usr/othersrc/share/mk/386bsd.lib.mk" as referenced in
"/usr/src/usr.bin/tn3270/api/makefile".  The correct reference is to
"/usr/othersrc/share/mk/bsd.lib.mk".
After applying the patch, it should compile without complaint.

*** /usr/src/usr.bin/tn3270/api/makefile.pre-neosoft	Wed Feb 17 23:59:38 1993
--- /usr/src/usr.bin/tn3270/api/makefile	Wed Feb 10 23:58:54 1993
***************
*** 88,94 ****
  
  .MAIN:	myall
  # Actually do some work
! .include <386bsd.lib.mk>
  
  myall:	lib${LIB}.a
  	ranlib lib${LIB}.a
--- 88,94 ----
  
  .MAIN:	myall
  # Actually do some work
! .include <bsd.lib.mk>
  
  myall:	lib${LIB}.a
  	ranlib lib${LIB}.a
-- 
-- Email info@NeoSoft.com for info on getting interactive Internet access.
"I didn't have time to write a short letter, so I wrote a long one instead."
-- Twain