Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 137006 Details for
Bug 192292
dev-dotnet/taglib-sharp-2.0.2.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch configure.ac to make gnome-sharp an optional dependency
taglib-sharp-gnome-sharp-toggle.patch (text/plain), 1022 bytes, created by
Nirbheek Chauhan (RETIRED)
on 2007-11-25 20:42:07 UTC
(
hide
)
Description:
Patch configure.ac to make gnome-sharp an optional dependency
Filename:
MIME Type:
Creator:
Nirbheek Chauhan (RETIRED)
Created:
2007-11-25 20:42:07 UTC
Size:
1022 bytes
patch
obsolete
>--- taglib-sharp-2.0.2.0/configure.ac 2007-07-04 03:37:05.000000000 +0530 >+++ taglib-sharp-2.0.2.0.new/configure.ac 2007-11-26 01:31:23.938210509 +0530 >@@ -83,10 +83,20 @@ > AM_CONDITIONAL(BUILD_DOCS, false) > fi > >-PKG_CHECK_MODULES(GNOME_SHARP, gnome-sharp-2.0, have_gnome_sharp=yes, have_gnome_sharp=no) >-if test "x$have_gnome_sharp" = "xyes"; then >- AC_SUBST(GNOME_SHARP_LIBS) >- AM_CONDITIONAL(HAVE_GNOME_SHARP, true) >+AC_ARG_ENABLE([gnome-sharp], >+ AC_HELP_STRING([--enable-gnome-sharp], [Build support for GNOME]), >+ enable_gnome_sharp=$enableval, >+ enable_gnome_sharp=no) >+ >+if test "x$enable_gnome_sharp" = "xyes"; then >+ PKG_CHECK_MODULES(GNOME_SHARP, gnome-sharp-2.0, have_gnome_sharp=yes, have_gnome_sharp=no) >+ if test "x$have_gnome_sharp" = "xyes"; then >+ AC_SUBST(GNOME_SHARP_LIBS) >+ AM_CONDITIONAL(HAVE_GNOME_SHARP, true) >+ else >+ AC_MSG_ERROR([Could not find gnome-sharp dependencies]) >+ AM_CONDITIONAL(HAVE_GNOME_SHARP, false) >+ fi > else > AM_CONDITIONAL(HAVE_GNOME_SHARP, false) > fi
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 192292
:
130701
|
137000
|
137002
|
137004
| 137006 |
137009
|
137010
|
139996