Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 579245 Details for
Bug 814997
Update mingw-gtk-vnc to mingw64 package
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
gtk-vnc-fix-out-of-tree-build.patch
gtk-vnc-fix-out-of-tree-build.patch (text/plain), 1.69 KB, created by
Marc-Andre Lureau
on 2012-04-22 01:13:33 UTC
(
hide
)
Description:
gtk-vnc-fix-out-of-tree-build.patch
Filename:
MIME Type:
Creator:
Marc-Andre Lureau
Created:
2012-04-22 01:13:33 UTC
Size:
1.69 KB
patch
obsolete
>From 6553f4999d2bfa13c8e7f5076a604598c28c812e Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= <marcandre.lureau@gmail.com> >Date: Sun, 22 Jan 2012 18:57:28 +0100 >Subject: [PATCH] build: fix make distcheck > >https://bugzilla.gnome.org/show_bug.cgi?id=668442 >--- > Makefile.am | 5 ++++- > src/Makefile.am | 4 ++-- > 2 files changed, 6 insertions(+), 3 deletions(-) > >diff --git a/Makefile.am b/Makefile.am >index 2baa5b3..469d0a5 100644 >--- a/Makefile.am >+++ b/Makefile.am >@@ -19,7 +19,10 @@ EXTRA_DIST = \ > intltool-extract.in \ > intltool-merge.in \ > intltool-update.in \ >- ChangeLog-old >+ ChangeLog-old \ >+ GNUmakefile \ >+ maint.mk \ >+ cfg.mk > > DISTCLEANFILES = \ > intltool-extract \ >diff --git a/src/Makefile.am b/src/Makefile.am >index df93cef..f9521a9 100644 >--- a/src/Makefile.am >+++ b/src/Makefile.am >@@ -331,7 +331,7 @@ GVNC_INTROSPECTION_SRCS = \ > $(srcdir)/vnccolormap.h $(srcdir)/vnccolormap.c \ > $(srcdir)/vnccursor.h $(srcdir)/vnccursor.c \ > $(srcdir)/vncconnection.h $(srcdir)/vncconnection.c \ >- $(builddir)/vncconnectionenums.h $(builddir)/vncconnectionenums.c \ >+ $(srcdir)/vncconnectionenums.h $(srcdir)/vncconnectionenums.c \ > $(srcdir)/vncutil.h $(srcdir)/vncutil.c > > GVNCPULSE_INTROSPECTION_SRCS = \ >@@ -341,7 +341,7 @@ GTK_VNC_INTROSPECTION_SRCS = \ > $(srcdir)/vnccairoframebuffer.h $(srcdir)/vnccairoframebuffer.c \ > $(srcdir)/vncdisplay.h $(srcdir)/vncdisplay.c \ > $(srcdir)/vncgrabsequence.h $(srcdir)/vncgrabsequence.c \ >- $(builddir)/vncdisplayenums.h $(builddir)/vncdisplayenums.c >+ $(srcdir)/vncdisplayenums.h $(srcdir)/vncdisplayenums.c > > if HAVE_GTK_2 > GTK_VNC_INTROSPECTION_SRCS += \ >-- >1.7.7.5 >
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 814997
:
579244
| 579245