diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-01 17:52:34 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-02 01:02:59 +0100 |
commit | 487c5ee2861f5404006f798ea726988182e0c950 (patch) | |
tree | c25dd176e7795465090e5acb5fcf1abd55e6191b /app-emulation/spectemu | |
parent | app-admin/hddtemp: remove unused patches (diff) | |
download | gentoo-487c5ee2861f5404006f798ea726988182e0c950.tar.gz gentoo-487c5ee2861f5404006f798ea726988182e0c950.tar.bz2 gentoo-487c5ee2861f5404006f798ea726988182e0c950.zip |
app-emulation/spectemu: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-emulation/spectemu')
-rw-r--r-- | app-emulation/spectemu/files/spectemu-0.99.3-qa.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app-emulation/spectemu/files/spectemu-0.99.3-qa.patch b/app-emulation/spectemu/files/spectemu-0.99.3-qa.patch deleted file mode 100644 index 00d136305819..000000000000 --- a/app-emulation/spectemu/files/spectemu-0.99.3-qa.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- spectemu-0.99.3/Makefile.in -+++ spectemu-0.99.3/Makefile.in -@@ -45,9 +45,9 @@ - - install_prog: $(progs) - if test -f xspect; then \ -- $(INSTALL_PROGRAM) -s -m 755 xspect $(i_bindir); fi -+ $(INSTALL_PROGRAM) -m 755 xspect $(i_bindir); fi - if test -f vgaspect; then \ -- $(INSTALL_PROGRAM) -s -m 4755 vgaspect $(i_bindir); fi -+ $(INSTALL_PROGRAM) -m 4755 vgaspect $(i_bindir); fi - - install_man: - $(INSTALL_DATA) ./xspect.1 $(i_mandir) -@@ -88,7 +88,7 @@ - ./sp_to_s < i386emul.sp > i386emul.s - - i386emul.o: i386emul.s -- $(CC) -c $(CFLAGS) i386emul.s -+ $(CC) -c $(ASFLAGS) -Xassembler --noexecstack i386emul.s - - sp_to_s: sp_to_s.o - $(CC) -o sp_to_s $(LDFLAGS) sp_to_s.o |