diff options
author | ade <ade@FreeBSD.org> | 2010-10-07 23:18:56 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-10-07 23:18:56 +0800 |
commit | 3bbcb8e453cd6ac3b056ec9dd88b92ee66f6f19c (patch) | |
tree | b2ec5f9645d605b21eaa8f3a718533a65857d480 /sysutils/grub | |
parent | 08f84213d8c21295359924728fd591ca9a9be7ab (diff) | |
download | freebsd-ports-gnome-3bbcb8e453cd6ac3b056ec9dd88b92ee66f6f19c.tar.gz freebsd-ports-gnome-3bbcb8e453cd6ac3b056ec9dd88b92ee66f6f19c.tar.zst freebsd-ports-gnome-3bbcb8e453cd6ac3b056ec9dd88b92ee66f6f19c.zip |
Migration of final set of working ports from automake{19,110} -> 111
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. |