pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk For BSD/OS, get rid of that libtool work-around of



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38cb60d8ec1f
branches:  trunk
changeset: 464237:38cb60d8ec1f
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri Dec 05 05:33:17 2003 +0000

description:
For BSD/OS, get rid of that libtool work-around of
renaming LOWER_OPSYS to match. I will fix ltconfig to work
with "bsdos" too instead.

diffstat:

 mk/bsd.prefs.mk |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 7d4274fd09c1 -r 38cb60d8ec1f mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Fri Dec 05 05:31:12 2003 +0000
+++ b/mk/bsd.prefs.mk   Fri Dec 05 05:33:17 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.132 2003/12/03 21:48:33 reed Exp $
+# $NetBSD: bsd.prefs.mk,v 1.133 2003/12/05 05:33:17 reed Exp $
 #
 # Make file, included to get the site preferences, if any.  Should
 # only be included by package Makefiles before any .if defined()
@@ -58,11 +58,6 @@
 .if ${OPSYS} == "NetBSD"
 LOWER_OPSYS?=          netbsd
 
-.elif ${OPSYS} == "BSDOS"
-# ltconfig checks for bsdi4*
-# assume bsdi4 for BSD/OS 3 and BSD/OS 5 too
-LOWER_OPSYS?=          bsdi4
- 
 .elif ${OPSYS} == "FreeBSD"
 LOWER_OPSYS?=          freebsd
 LOWER_ARCH!=           ${UNAME} -p



Home | Main Index | Thread Index | Old Index