diff options
Diffstat (limited to 'sys-apps/vbetool/files/vbetool-1.2.2-libx86.patch')
-rw-r--r-- | sys-apps/vbetool/files/vbetool-1.2.2-libx86.patch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys-apps/vbetool/files/vbetool-1.2.2-libx86.patch b/sys-apps/vbetool/files/vbetool-1.2.2-libx86.patch new file mode 100644 index 000000000000..f3f4c36d0219 --- /dev/null +++ b/sys-apps/vbetool/files/vbetool-1.2.2-libx86.patch @@ -0,0 +1,7 @@ +Gentoo's libx86 package does not have a .pc file (adds -lx86 either way). +--- a/configure.ac ++++ b/configure.ac +@@ -38,3 +38,2 @@ + # Checks for pkg-config packages +-PKG_CHECK_MODULES(LIBX86, x86) + |