Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 299877 Details for
Bug 400769
=app-text/dos2unix-5.3.1 fails to compile with use +debug
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dos2unix-5.3.1-fix_debug_build.patch
dos2unix-5.3.1-fix_debug_build.patch (text/plain), 662 bytes, created by
Lars Wendler (Polynomial-C) (RETIRED)
on 2012-01-25 17:35:43 UTC
(
hide
)
Description:
dos2unix-5.3.1-fix_debug_build.patch
Filename:
MIME Type:
Creator:
Lars Wendler (Polynomial-C) (RETIRED)
Created:
2012-01-25 17:35:43 UTC
Size:
662 bytes
patch
obsolete
>Fix undeclared VER_AUTHOR variable when doing a debug build. > >Signed-off-by: Lars Wendler (Polynomial-C) <polynomial-c@gentoo.org> >X-Gentoo-Bug: 400769 >X-Gentoo-Bug-URL: https://bugs.gentoo.org/400769 > >--- dos2unix-5.3.1/Makefile >+++ dos2unix-5.3.1/Makefile >@@ -194,6 +194,7 @@ > > EXTRA_CFLAGS = -DVER_REVISION=\"$(DOS2UNIX_VERSION)\" \ > -DVER_DATE=\"$(DOS2UNIX_DATE)\" \ >+ -DVER_AUTHOR=\"$(DOS2UNIX_AUTHOR)\" \ > -DDEBUG=$(DEBUG) \ > $(CFLAGS_OS) > >--- dos2unix-5.3.1/version.mk >+++ dos2unix-5.3.1/version.mk >@@ -1,3 +1,4 @@ > DOS2UNIX_VERSION = 5.3.1 > DOS2UNIX_VERSION_SHORT = 531 > DOS2UNIX_DATE = 2011-08-09 >+DOS2UNIX_AUTHOR = 'Erwin Waterlander'
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 400769
:
299875
| 299877