- Update/refactor patches to match current CVS. - Added hacks.mk for sanity. - Proper PLIST segmentation/consistency. - Use CONF_FILES framework. - Bump rev.
13 lines
362 B
Text
13 lines
362 B
Text
$NetBSD: patch-aa,v 1.5 2007/11/20 05:56:10 bsadewitz Exp $
|
|
|
|
--- conf/i386-pc.mk.orig 2007-11-18 01:41:45.000000000 -0500
|
|
+++ conf/i386-pc.mk
|
|
@@ -835,7 +835,7 @@ grub_emu-grub_emu_init.o: grub_emu_init.
|
|
-include grub_emu-grub_emu_init.d
|
|
|
|
|
|
-grub_emu_LDFLAGS = $(LIBCURSES)
|
|
+grub_emu_LDFLAGS = $(LIBCURSES) ${LIBARGP}
|
|
|
|
# Scripts.
|
|
sbin_SCRIPTS = grub-install
|