diff options
Diffstat (limited to 'sysutils/grub')
-rw-r--r-- | sysutils/grub/Makefile | 2 | ||||
-rw-r--r-- | sysutils/grub/files/patch-configure.ac | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index b42f315f8a20..ca792c24cab6 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/ MAINTAINER= sem@FreeBSD.org COMMENT= GRand Unified Bootloader -USE_AUTOTOOLS= automake:19 autoconf:267 +USE_AUTOTOOLS= automake:111 autoconf:267 GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-freebsd-freebsd${OSREL} diff --git a/sysutils/grub/files/patch-configure.ac b/sysutils/grub/files/patch-configure.ac new file mode 100644 index 000000000000..2e9ba8479931 --- /dev/null +++ b/sysutils/grub/files/patch-configure.ac @@ -0,0 +1,6 @@ +--- configure.ac.orig 2005-05-07 21:36:03.000000000 -0500 ++++ configure.ac 2010-10-07 08:37:11.000000000 -0500 +@@ -58,2 +58,3 @@ + AC_PROG_CC ++AM_PROG_AS + # We need this for older versions of Autoconf. |