From f1199ae377f590a3ef0b9c31aad9f04b9dc6b0c8 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Tue, 1 Nov 2022 16:00:36 -0400 Subject: sys-apps/vbetool: drop 1.1-r1 Signed-off-by: Ionen Wolkens --- sys-apps/vbetool/files/vbetool-1.0-build.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 sys-apps/vbetool/files/vbetool-1.0-build.patch (limited to 'sys-apps/vbetool/files/vbetool-1.0-build.patch') diff --git a/sys-apps/vbetool/files/vbetool-1.0-build.patch b/sys-apps/vbetool/files/vbetool-1.0-build.patch deleted file mode 100644 index d0b239146184..000000000000 --- a/sys-apps/vbetool/files/vbetool-1.0-build.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/Makefile.am -+++ b/Makefile.am -@@ -2,7 +2,7 @@ - - sbin_PROGRAMS = vbetool - --vbetool_LDADD = $(libdir)/libpci.a -+vbetool_LDADD = -lpci -lz -lx86 - - man_MANS = vbetool.1 - vbetool_SOURCES = vbetool.c $(x86) -@@ -13,5 +13,4 @@ - maintainer-clean-local: - $(RM) Makefile.in aclocal.m4 config.h.in stamp-h.in configure - --AM_CFLAGS = -g -Wall -pedantic -std=gnu99 --AM_LDFLAGS = -lz -lx86 -+AM_CFLAGS = -Wall -pedantic -std=gnu99 -- cgit v1.2.3-65-gdbad