pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/bzip2 add Darwin-* to _INCOMPAT_BZ2: it has ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/285d113ecc1e
branches:  trunk
changeset: 461973:285d113ecc1e
user:      danw <danw%pkgsrc.org@localhost>
date:      Thu Sep 25 02:30:11 2003 +0000

description:
add Darwin-* to _INCOMPAT_BZ2: it has bzlib.h, but only a static libbz2

diffstat:

 archivers/bzip2/buildlink2.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 0362f0623b19 -r 285d113ecc1e archivers/bzip2/buildlink2.mk
--- a/archivers/bzip2/buildlink2.mk     Thu Sep 25 02:25:12 2003 +0000
+++ b/archivers/bzip2/buildlink2.mk     Thu Sep 25 02:30:11 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.5 2003/06/23 16:25:45 salo Exp $
+# $NetBSD: buildlink2.mk,v 1.6 2003/09/25 02:30:11 danw Exp $
 
 .if !defined(BZIP2_BUILDLINK2_MK)
 BZIP2_BUILDLINK2_MK=   # defined
@@ -26,8 +26,9 @@
 .  endif
 #
 # Solaris 9 has bzip2 1.0.1, build it on older versions.
+# Darwin only has static libbz2.a, which can't be buildlinked
 #
-_INCOMPAT_BZIP2=       SunOS-5.[678]-*
+_INCOMPAT_BZIP2=       SunOS-5.[678]-* Darwin-*
 INCOMPAT_BZIP2?=       # empty
 .  for _pattern_ in ${_INCOMPAT_BZIP2} ${INCOMPAT_BZIP2}
 .    if !empty(MACHINE_PLATFORM:M${_pattern_})



Home | Main Index | Thread Index | Old Index