pkgsrc-wip/grub2/patches/patch-aa
Grégoire Sutre 788b77d5e2 Rewrite of grub2 package.
- based on official distribution version 1.97.1.
- patches to fix configuration, compilation and installation
  (see README.patches).
- options:
  . new option `grub-mkfont', which induces a dependency on freetype2.
  . use of PKG_OPTIONS_VAR for handling of options in PLIST.
- makefile:
  . explicit support of opendisk on NetBSD (this really belongs to the
    configure script -- bug report sent upstream).
  . build dependency on help2man for man page generation.
- moved potentially non-obsolete stuff into README.attic.
2009-12-16 14:37:31 +00:00

13 lines
597 B
Text

$NetBSD: patch-aa,v 1.6 2009/12/16 14:37:31 gregoire Exp $
--- configure.orig 2009-11-09 16:48:24.000000000 +0100
+++ configure
@@ -7092,7 +7092,7 @@ echo "$as_me: error: ${CC-cc} cannot com
fi
grub_cv_prog_objcopy_absolute=yes
for link_addr in 2000 8000 7C00; do
- if { ac_try='${CC-cc} ${CFLAGS} -nostdlib ${TARGET_IMG_LDFLAGS_AC} -Wl,-Ttext -Wl,$link_addr conftest.o -o conftest.exec'
+ if { ac_try='${CC-cc} ${CFLAGS} -nostdlib ${TARGET_IMG_LDFLAGS_AC} -Wl,$link_addr conftest.o -o conftest.exec'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?