Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 121998 Details for
Bug 181988
dev-util/monodevelop-0.14 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
monodevelop-0.14-configure.patch
monodevelop-0.14-configure.patch (text/plain), 2.94 KB, created by
Tim Taubert
on 2007-06-14 06:59:15 UTC
(
hide
)
Description:
monodevelop-0.14-configure.patch
Filename:
MIME Type:
Creator:
Tim Taubert
Created:
2007-06-14 06:59:15 UTC
Size:
2.94 KB
patch
obsolete
>--- configure.in 2007-06-12 01:11:04.000000000 +0200 >+++ configure.in.new 2007-06-14 08:27:49.000000000 +0200 >@@ -127,7 +127,7 @@ > AC_ARG_ENABLE(java, > AC_HELP_STRING([--enable-java], > [enable support for Java via ikvm [default=no]]), >- [PKG_CHECK_MODULES(IKVM, ikvm >= $IKVM_REQUIRED_VERSION, enable_java=yes, enable_java=no)], >+ [PKG_CHECK_MODULES(IKVM, ikvm >= $IKVM_REQUIRED_VERSION, , enable_java=no)], > enable_java=no) > AM_CONDITIONAL(ENABLE_JAVA, test x$enable_java = xyes) > >@@ -135,7 +135,7 @@ > AC_ARG_ENABLE(boo, > AC_HELP_STRING([--enable-boo], > [enable support for boo [default=no]]), >- [PKG_CHECK_MODULES(BOO, boo >= $BOO_REQUIRED_VERSION, enable_boo=yes, enable_boo=no)], >+ [PKG_CHECK_MODULES(BOO, boo >= $BOO_REQUIRED_VERSION, , enable_boo=no)], > enable_boo=no) > > AM_CONDITIONAL(ENABLE_BOO, test x$enable_boo = xyes) >@@ -149,7 +149,7 @@ > AC_ARG_ENABLE(nemerle, > AC_HELP_STRING([--enable-nemerle], > [enable support for Nemerle [default=no]]), >- [PKG_CHECK_MODULES(NEMERLE, nemerle >= $NEMERLE_REQUIRED_VERSION, enable_nemerle=yes, enable_nemerle=no)], >+ [PKG_CHECK_MODULES(NEMERLE, nemerle >= $NEMERLE_REQUIRED_VERSION, , enable_nemerle=no)], > enable_nemerle=no) > > AM_CONDITIONAL(ENABLE_NEMERLE, test x$enable_nemerle = xyes) >@@ -295,7 +295,7 @@ > AC_ARG_ENABLE(aspnet, > AC_HELP_STRING([--enable-aspnet], > [enable ASP.NET project support [default=no]]), >- enable_aspnet=yes, enable_aspnet=no) >+ , enable_aspnet=no) > > if test "x$enable_aspnet" = "xyes"; then > PKG_CHECK_MODULES(XSP, xsp >= $XSP_VERSION xsp-2 >= $XSP2_VERSION) >@@ -323,10 +323,10 @@ > MOZILLA_HOME=$(grep -h GRE_PATH= /etc/gre.d/*.conf | cut -d '"' -f 2 -d = | head -n 1) > elif [ $(which mozilla 2>/dev/null) ] && grep MOZILLA_FIVE_HOME= "$(which mozilla)" > /dev/null ; then > MOZILLA_HOME=$(grep MOZILLA_FIVE_HOME= $(which mozilla) | cut -d '"' -f 2 | cut -d '=' -f 2 ) >- elif [ $(which firefox 2>/dev/null) ] && grep MOZILLA_FIVE_HOME= "$(which firefox)" > /dev/null ; then >- MOZILLA_HOME=$(grep MOZILLA_FIVE_HOME= $(which firefox) | cut -d '"' -f 2 | cut -d '=' -f 2 ) > elif [ $(which firefox 2>/dev/null) ] && grep MOZILLA_LIBDIR= "$(which firefox)" > /dev/null ; then >- MOZILLA_HOME=$(grep MOZILLA_LIBDIR= $(which firefox) | cut -d '"' -f 2 | cut -d '=' -f 2) >+ MOZILLA_HOME=$(grep MOZILLA_LIBDIR= $(which firefox) | cut -d '"' -f 2 | cut -d '=' -f 2 ) >+ elif [ $(which seamonkey 2>/dev/null) ] && grep MOZILLA_LIBDIR= "$(which seamonkey)" > /dev/null ; then >+ MOZILLA_HOME=$(grep MOZILLA_LIBDIR= $(which seamonkey) | cut -d '"' -f 2 | cut -d '=' -f 2) > else > if test "x$enable_aspnetedit" = "xyes"; then > AC_MSG_ERROR([Cannot detect Mozilla library directory. AspNetEdit addin cannot be built.]) >@@ -342,7 +342,7 @@ > AC_ARG_ENABLE(aspnetedit, > AC_HELP_STRING([--enable-aspnetedit], > [enable ASP.NET visual designer support [default=no]]), >- enable_aspnetedit=yes, enable_aspnetedit=no) >+ , enable_aspnetedit=no) > > if test "x$enable_aspnet" = "xno"; then > enable_aspnetedit=no
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 181988
:
121997
| 121998