SOURCES: vbetool-Makefile.patch (NEW) - initial release
maciek2w
maciek2w at pld-linux.org
Tue Mar 7 15:46:49 CET 2006
Author: maciek2w Date: Tue Mar 7 14:46:49 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- initial release
---- Files affected:
SOURCES:
vbetool-Makefile.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/vbetool-Makefile.patch
diff -u /dev/null SOURCES/vbetool-Makefile.patch:1.1
--- /dev/null Tue Mar 7 15:46:49 2006
+++ SOURCES/vbetool-Makefile.patch Tue Mar 7 15:46:44 2006
@@ -0,0 +1,15 @@
+--- vbetool-0.4/Makefile.am.orig 2006-03-07 15:35:57.000000000 +0100
++++ vbetool-0.4/Makefile.am 2006-03-07 15:36:16.000000000 +0100
+@@ -6,10 +6,11 @@
+
+ if WITH_X86EMU
+ x86 = thunk.c x86-common.c
+-vbetool_LDADD = x86emu/libx86emu.a
++vbetool_LDADD = x86emu/libx86emu.a -lpci
+ else
+ x86 = lrmi.c x86-common.c
+ x86lib = ""
++vbetool_LDADD = -lpci
+ endif
+
+ man_MANS = vbetool.1
================================================================
More information about the pld-cvs-commit
mailing list