diff options
author | 2006-07-17 05:58:39 +0000 | |
---|---|---|
committer | 2006-07-17 05:58:39 +0000 | |
commit | 5a7ebce385f71e2370419b72a4edb2e24f21db8a (patch) | |
tree | 7cb6c4348f664b2a1a9bdc61bc88c399046f58f8 /app-emulation/spectemu/files | |
parent | update HOMEPAGE/SRC_URI #140304 by David Durrleman (diff) | |
download | historical-5a7ebce385f71e2370419b72a4edb2e24f21db8a.tar.gz historical-5a7ebce385f71e2370419b72a4edb2e24f21db8a.tar.bz2 historical-5a7ebce385f71e2370419b72a4edb2e24f21db8a.zip |
QA fixes (#140680)
Package-Manager: portage-2.1.1_pre2-r8
Diffstat (limited to 'app-emulation/spectemu/files')
-rw-r--r-- | app-emulation/spectemu/files/digest-spectemu-0.99.3 | 2 | ||||
-rw-r--r-- | app-emulation/spectemu/files/spectemu-0.99.3-qa.patch | 23 |
2 files changed, 25 insertions, 0 deletions
diff --git a/app-emulation/spectemu/files/digest-spectemu-0.99.3 b/app-emulation/spectemu/files/digest-spectemu-0.99.3 index f236e6c2e193..15c728ffe3fd 100644 --- a/app-emulation/spectemu/files/digest-spectemu-0.99.3 +++ b/app-emulation/spectemu/files/digest-spectemu-0.99.3 @@ -1 +1,3 @@ MD5 67330d27e3f5c9127413bd6f35aa664b spectemu-0.99.3.tar.gz 269524 +RMD160 000c87e3a126d32ba9bd0829ba2f5184b360af1c spectemu-0.99.3.tar.gz 269524 +SHA256 a3f51176fdbcdbd1cdf8e0bab6b668a548c79b8fc699d5a7199ecfde79c79bc1 spectemu-0.99.3.tar.gz 269524 diff --git a/app-emulation/spectemu/files/spectemu-0.99.3-qa.patch b/app-emulation/spectemu/files/spectemu-0.99.3-qa.patch new file mode 100644 index 000000000000..00d136305819 --- /dev/null +++ b/app-emulation/spectemu/files/spectemu-0.99.3-qa.patch @@ -0,0 +1,23 @@ +--- 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 |