pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/nspr nspr: remove PLIST_VAR for 32-bit sun that ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/052b5ba4e295
branches:  trunk
changeset: 455250:052b5ba4e295
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 01 07:24:56 2021 +0000

description:
nspr: remove PLIST_VAR for 32-bit sun that has no corresponding match in PLIST

diffstat:

 devel/nspr/Makefile |  11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

diffs (28 lines):

diff -r 988ec488fead -r 052b5ba4e295 devel/nspr/Makefile
--- a/devel/nspr/Makefile       Thu Jul 01 07:23:00 2021 +0000
+++ b/devel/nspr/Makefile       Thu Jul 01 07:24:56 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.114 2021/07/01 07:23:00 wiz Exp $
+# $NetBSD: Makefile,v 1.115 2021/07/01 07:24:56 wiz Exp $
 
 DISTNAME=      nspr-${NSPR_RELEASE:S/.0$//}
 NSPR_RELEASE=  4.32.0
@@ -63,18 +63,9 @@
 .endif
 PLIST_SUBST+=          SO_SUFFIX=${SO_SUFFIX:Q}
 
-PLIST_VARS+=           sun4u_32
-# see nspr/pr/src/md/unix/Makefile.in
-# for the bit about 32-bit sun4u machines installing an extra file.
-# That is why we have this specific test and modify the PLIST
 .if ${OPSYS} == "SunOS"
 .  if defined(ABI) && ${ABI} == "64"
 CONFIGURE_ARGS+=       --enable-64bit
-.  else
-HW_CLASS!=             ${UNAME} -m
-.    if ${HW_CLASS} == "sun4u"
-PLIST.sun4u_32=                yes
-.    endif
 .  endif
 .endif
 



Home | Main Index | Thread Index | Old Index