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 293980 Details for
Bug 431371
Review Request: gyachi - A Yahoo! chat client with Webcam and voice support
[?]
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]
fix for compile problem on non-x86 platforms
version-1.1.0.patch (text/plain), 2.09 KB, created by
Greg Hosler
on 2008-02-05 06:34:43 UTC
(
hide
)
Description:
fix for compile problem on non-x86 platforms
Filename:
MIME Type:
Creator:
Greg Hosler
Created:
2008-02-05 06:34:43 UTC
Size:
2.09 KB
patch
obsolete
>diff -ru -x '*~' -N gyachi-1.1.0.cvs/configure.ac.tmpl gyachi-1.1.0.patch/configure.ac.tmpl >--- gyachi-1.1.0.cvs/configure.ac.tmpl 2007-11-03 21:12:54.000000000 +0800 >+++ gyachi-1.1.0.patch/configure.ac.tmpl 2008-02-05 13:36:10.000000000 +0800 >@@ -52,6 +52,11 @@ > AC_ARG_ENABLE(esd, > [ --enable-esd use ESD instead of ALSA for sounds]) > >+AC_ARG_ENABLE(wine, >+ [ --disable-wine do not compile/generate wine related functionality (voice)]) >+ >+AM_CONDITIONAL([WINE_SUPPORT], [test "$enable_wine" != "no"]) >+ > AC_DEFINE([USE_GTK2], 1, [Define if only GTK 2 is supported]) > AC_SUBST(PACKAGE_DOC_DIR, "${acl_final_prefix}/share/doc/${PACKAGE}-${VERSION}") > AC_DEFINE_UNQUOTED([PACKAGE_DOC_DIR], "${acl_final_prefix}/share/doc/${PACKAGE}-${VERSION}", [ Location of package-specific documentation ]) >@@ -61,9 +66,11 @@ > AC_DEFINE_UNQUOTED([EXPANDED_LIBEXECDIR], "${acl_final_prefix}/lib/${PACKAGE}", [ ]) > > dnl Required for gyachivoice >-AC_DEFINE([USE_WIN32DLL], [1], [ Define if Win32 DLL should be used ]) >-AC_DEFINE_UNQUOTED([WIN32_PATH], "/usr/lib/win32", [ Define for finding Win32 libraries ]) >-AC_DEFINE([__WINE__], [1], [ ]) >+if test "$enable_wine" != "no"; then >+ AC_DEFINE([USE_WIN32DLL], [1], [ Define if Win32 DLL should be used ]) >+ AC_DEFINE_UNQUOTED([WIN32_PATH], "/usr/lib/win32", [ Define for finding Win32 libraries ]) >+ AC_DEFINE([__WINE__], [1], [ ]) >+fi > AC_DEFINE([MPLAYER], [1], [ Define if MPlayer should be used ]) > AC_DEFINE([dbg_printf], [__vprintf], [ ]) > AC_DEFINE([TRACE], [__vprintf] ,[ ]) >diff -ru -x '*~' -N gyachi-1.1.0.cvs/Makefile.am gyachi-1.1.0.patch/Makefile.am >--- gyachi-1.1.0.cvs/Makefile.am 2007-11-03 21:12:54.000000000 +0800 >+++ gyachi-1.1.0.patch/Makefile.am 2008-02-05 13:27:59.000000000 +0800 >@@ -1,5 +1,9 @@ > >-SUBDIRS = intl po gyvoice client webcam plugins >+ >+if WINE_SUPPORT >+ GYVOICE = gyvoice >+endif >+SUBDIRS = intl po $(GYVOICE) client webcam plugins > > util_DATA = gyachi.desktop > utildir = $(datadir)/applications >@@ -72,7 +76,7 @@ > fi \ > done \ > fi >- >+ > uninstall-local: > rm -rf $(DESTDIR)$(pkgdatadir) > rm -rf $(DESTDIR)$(PACKAGE_DOC_DIR)
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 431371
: 293980