pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/sysutils/hal




On 2008/12/30, at 8:16, Jared D. McNeill wrote:
@@ -644,6 +648,10 @@
 case "$host" in
 *-*-solaris*)
        ;;
+*-*-darwin*)
+       ;;
+*-*-netbsd[0-4]*)
+       ;;
 *)
        PKG_CHECK_MODULES(VOLUME_ID, [$volume_id_module])
        AC_SUBST(VOLUME_ID_CFLAGS)

Or replace last "*)" part with
  *-*-linux*)
  *-*-freebsd*)
  *-*-dragonflybsd*)
  *-*-netbsd[5-9]*)

It is not only required for NetBSD<=4, but also other platforms supported by pkgsrc
other than above four platforms.

--
"Of course I love NetBSD":-)
OBATA Akio / obache%NetBSD.org@localhost





Home | Main Index | Thread Index | Old Index