summaryrefslogtreecommitdiff
path: root/sysutils/hal/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-09-14 15:18:36 +0000
committerjoerg <joerg@pkgsrc.org>2009-09-14 15:18:36 +0000
commite9f06807bcbc8e4713cce4c466ca88efcd9646ef (patch)
tree127fa0368abc73528bc708b6916d9c7ae3d27688 /sysutils/hal/patches
parent83976b126b40092e04d055029941c464610513bd (diff)
downloadpkgsrc-e9f06807bcbc8e4713cce4c466ca88efcd9646ef.tar.gz
Prepare configure for changes in the libtool m4 macros of libtool 2.2:
- explicitly request finding the C++ compiler before trying to run it
Diffstat (limited to 'sysutils/hal/patches')
-rw-r--r--sysutils/hal/patches/patch-na24
1 files changed, 16 insertions, 8 deletions
diff --git a/sysutils/hal/patches/patch-na b/sysutils/hal/patches/patch-na
index 52fb1f94a10..827af3f7492 100644
--- a/sysutils/hal/patches/patch-na
+++ b/sysutils/hal/patches/patch-na
@@ -1,8 +1,16 @@
-$NetBSD: patch-na,v 1.4 2009/01/03 01:28:34 obache Exp $
+$NetBSD: patch-na,v 1.5 2009/09/14 15:18:36 joerg Exp $
---- configure.in.orig 2008-05-07 23:24:31.000000000 +0000
+--- configure.in.orig 2008-05-08 01:24:31.000000000 +0200
+++ configure.in
-@@ -448,7 +448,7 @@ AM_CONDITIONAL([HAVE_LIBPCI], [test "x$U
+@@ -30,6 +30,7 @@ AC_SUBST(LT_AGE)
+ AC_ISC_POSIX
+ AC_PROG_CC
+ AM_PROG_CC_C_O
++AC_PROG_CXX
+ AC_HEADER_STDC
+ AC_PROG_LIBTOOL
+ AC_PROG_MAKE_SET
+@@ -448,7 +449,7 @@ AM_CONDITIONAL([HAVE_LIBPCI], [test "x$U
AC_ARG_WITH([backend],
AS_HELP_STRING([--with-backend=<name>],
@@ -11,7 +19,7 @@ $NetBSD: patch-na,v 1.4 2009/01/03 01:28:34 obache Exp $
[backend=$withval])
if ! test -z "$with_backend" ; then
HALD_BACKEND="$with_backend"
-@@ -457,6 +457,9 @@ else
+@@ -457,6 +458,9 @@ else
*-*-solaris*)
HALD_BACKEND="solaris"
;;
@@ -21,7 +29,7 @@ $NetBSD: patch-na,v 1.4 2009/01/03 01:28:34 obache Exp $
*-*-freebsd*)
HALD_BACKEND="freebsd"
;;
-@@ -472,6 +475,7 @@ AM_CONDITIONAL(HALD_COMPILE_DUMMY, [test
+@@ -472,6 +476,7 @@ AM_CONDITIONAL(HALD_COMPILE_DUMMY, [test
AM_CONDITIONAL(HALD_COMPILE_LINUX, [test x$HALD_BACKEND = xlinux], [Compiling for Linux])
AM_CONDITIONAL(HALD_COMPILE_FREEBSD, [test x$HALD_BACKEND = xfreebsd], [Compiling for FreeBSD])
AM_CONDITIONAL(HALD_COMPILE_SOLARIS, [test x$HALD_BACKEND = xsolaris], [Compiling for Solaris])
@@ -29,7 +37,7 @@ $NetBSD: patch-na,v 1.4 2009/01/03 01:28:34 obache Exp $
AC_SUBST(HALD_BACKEND)
dnl DBUS API is subject to changes
-@@ -641,13 +645,14 @@ fi
+@@ -641,13 +646,14 @@ fi
AC_MSG_RESULT($have_glib_2_14)
# volume_id
@@ -48,7 +56,7 @@ $NetBSD: patch-na,v 1.4 2009/01/03 01:28:34 obache Exp $
esac
# OS specific libs
-@@ -1004,6 +1009,9 @@ hald/linux/addons/Makefile
+@@ -1004,6 +1010,9 @@ hald/linux/addons/Makefile
hald/solaris/Makefile
hald/solaris/probing/Makefile
hald/solaris/addons/Makefile
@@ -58,7 +66,7 @@ $NetBSD: patch-na,v 1.4 2009/01/03 01:28:34 obache Exp $
hald/freebsd/Makefile
hald/freebsd/probing/Makefile
hald/freebsd/libprobe/Makefile
-@@ -1014,6 +1022,7 @@ libhal-storage/Makefile
+@@ -1014,6 +1023,7 @@ libhal-storage/Makefile
tools/Makefile
tools/freebsd/Makefile
tools/linux/Makefile