pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/sysutils/hal



OBATA Akio wrote:

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.

Good idea, can you commit this change?

Cheers,
Jared


Home | Main Index | Thread Index | Old Index