Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 302665 Details for
Bug 404477
New Ebuild: x11-misc/unagi-0.3 Unagi Compositing Manager
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
unagi-0.3-configure-issue.patch
unagi-0.3-configure-issue.patch (text/plain), 921 bytes, created by
Richard Grenville
on 2012-02-21 05:23:42 UTC
(
hide
)
Description:
unagi-0.3-configure-issue.patch
Filename:
MIME Type:
Creator:
Richard Grenville
Created:
2012-02-21 05:23:42 UTC
Size:
921 bytes
patch
obsolete
>--- configure.ac 2012-02-07 19:30:00.000000000 +0800 >+++ /tmp/configure.ac 2012-02-21 13:01:44.570481949 +0800 >@@ -101,17 +101,17 @@ > -Wpointer-arith -Wredundant-decls -Wno-format-zero-length \ > -Wmissing-format-attribute -Wstrict-prototypes" > >-AC_ARG_ENABLE(debug, >- [ --enable-debug enter debugging mode], >- [HAVE_DEBUG=yes], >- [HAVE_DEBUG=no]) >+AC_ARG_ENABLE([debug], >+ [ --enable-debug enter debugging mode], >+ [ case "${enableval}" in >+ yes) debug=true ;; >+ no) debug=false ;; >+ *) AC_MSG_ERROR([bad value ${enableval} for --enable-debug]) ;; >+ esac],[debug=false]) > >-AM_CONDITIONAL([DEBUG], [test x$HAVE_DEBUG = xyes]) >+AM_CONDITIONAL([DEBUG], [ test "x$debug" = "xtrue" ]) > >-if test "x$HAVE_DEBUG" = "xyes" >-then >- CFLAGS="$CFLAGS -ggdb -O0 -D__DEBUG__" >-fi >+AM_COND_IF([DEBUG], [ CFLAGS="$CFLAGS -ggdb -O0 -D__DEBUG__" ]) > > AC_SUBST(CFLAGS) >
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 404477
:
302469
|
302499
|
302663
| 302665 |
302771