From 066d27181e9a797ad9f8fc43b49fc9a10ff2f707 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 3 Mar 2019 13:42:34 +0000 Subject: gentoo resync : 03.03.2019 --- .../spectemu/files/spectemu-0.99.3-qa.patch | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 app-emulation/spectemu/files/spectemu-0.99.3-qa.patch (limited to 'app-emulation/spectemu/files') 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 -- cgit v1.2.3