| Summary: | sys-devel/autogen-5.17.3: build fails on Gentoo/FreeBSD | ||
|---|---|---|---|
| Product: | Gentoo/Alt | Reporter: | Yuta SATOH <nigoro.dev> |
| Component: | FreeBSD | Assignee: | Gentoo/BSD Team <bsd+disabled> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bkorb, toolchain |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | FreeBSD | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | files/autogen-5.17.3-libintl.patch | ||
|
Description
Yuta SATOH
2013-04-19 12:18:47 UTC
Created attachment 346882 [details, diff]
files/autogen-5.17.3-libintl.patch
@toolchain
This patch add libintl's gettext() check to the configure. This should fix the issue. (worked here)
(In reply to comment #1) i suspect this patch is incorrect. pretty sure you want: AC_SEARCH_LIBS([gettext], [intl]) (In reply to comment #2) > ... pretty sure you want: > AC_SEARCH_LIBS([gettext], [intl]) "Next time". Thank you. Added AC_SEARCH_LIBS patch. Thanks. (In reply to comment #4) you must clean up & properly document your patches. i've done it for you this time via: http://sources.gentoo.org/sys-devel/autogen/autogen-5.17.3.ebuild?r1=1.3&r2=1.4 http://sources.gentoo.org/sys-devel/autogen/files/autogen-5.17.3-libintl.patch?r1=1.1&r2=1.2 please read: http://dev.gentoo.org/~vapier/clean-patches OK, I'll take care next time. |