Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 61654 Details for
Bug 89140
With USE="-gtk -X", i8086emu ebuild fails on trying to copy the graphical UI.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
this patch fixes the above problem
i8086emu-0.9.1-r1.patch (text/plain), 1.13 KB, created by
Christian Steineck
on 2005-06-21 12:23:23 UTC
(
hide
)
Description:
this patch fixes the above problem
Filename:
MIME Type:
Creator:
Christian Steineck
Created:
2005-06-21 12:23:23 UTC
Size:
1.13 KB
patch
obsolete
>--- i8086emu-src-0.9.1/src/Makefile.in 2005-06-21 21:15:17.000000000 +0200 >+++ i8086emu-src-0.9.1/src/Makefile.in.new 2005-06-21 21:16:26.000000000 +0200 >@@ -165,8 +165,8 @@ > $(top_srcdir)/mkinstalldirs $(DESTDIR)$(libdir) > $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir) > $(top_srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir) >- $(INSTALL) i8086text $(DESTDIR)$(bindir) >- $(INSTALL) i8086gui $(DESTDIR)$(bindir) >+ if [ @NCURSES_SYSTEM@ -eq 1 ]; then $(INSTALL) i8086text $(DESTDIR)$(bindir); fi; >+ if [ @usegtk@ -eq 1 ]; then $(INSTALL) i8086gui $(DESTDIR)$(bindir); fi; > $(INSTALL) emu.cfg $(DESTDIR)$(sysconfdir) > $(INSTALL) rom.bin $(DESTDIR)$(datadir) > $(INSTALL) core.dmp $(DESTDIR)$(datadir) >@@ -176,8 +176,8 @@ > $(INSTALL) $(EMUDOCS) $(DESTDIR)$(infodir) > > uninstall: >- -/bin/rm -f $(DESTDIR)$(bindir)/i8086gui >- -/bin/rm -f $(DESTDIR)$(bindir)/i8086text >+ if [ @usegtk@ -eq 1 ]; then -/bin/rm -f $(DESTDIR)$(bindir)/i8086gui; fi; >+ if [ @NCURSES_SYSTEM@ -eq 1 ]; then -/bin/rm -f $(DESTDIR)$(bindir)/i8086text; fi; > -/bin/rm -f $(DESTDIR)$(sysconfdir)/emu.cfg > -/bin/rm -f $(DESTDIR)$(datadir)/emu.log > -/bin/rm -f $(DESTDIR)$(datadir)/rom.bin
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 89140
:
61653
| 61654