FreeBSD Bugzilla – Attachment 136148 Details for
Bug 181250
graphics/gd: gdFontSmall definition is missed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch.txt
patch.txt (text/plain; format=flowed), 709 bytes, created by
Alexey Markov
on 2013-08-15 13:40:25 UTC
(
hide
)
Description:
patch.txt
Filename:
MIME Type:
Creator:
Alexey Markov
Created:
2013-08-15 13:40:25 UTC
Size:
709 bytes
patch
obsolete
>--- Makefile.orig 2013-08-09 18:05:52.000000000 +0400 >+++ Makefile 2013-08-15 16:31:48.000000000 +0400 >@@ -78,6 +78,7 @@ > .if defined(GD_FONTS) > USE_PERL5_BUILD= yes > WRKFONTS= ${WRKSRC}/src >+FONT_LIST= gdfontg gdfontl gdfontmb gdfonts gdfontt > .endif > > pre-extract:: >@@ -122,6 +123,14 @@ > .if defined(GD_FONTS) > pre-build: > cd ${WRKFONTS} && ${SH} ${FILESDIR}/makefonts build ${GD_FONTS} >+.for f in ${FONT_LIST} >+ @${REINPLACE_CMD} \ >+ -e 's/BGD_EXPORT_DATA_IMPL/BGD_EXPORT_DATA_PROT/' \ >+ ${WRKFONTS}/${f}.c >+ @${REINPLACE_CMD} \ >+ -e 's/^ BGD_EXPORT_DATA_PROT gdFontPtr/ extern BGD_EXPORT_DATA_PROT gdFontPtr/' \ >+ ${WRKFONTS}/${f}.h >+.endfor > .endif > > post-install: >=
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 Raw
Actions:
View
Attachments on
bug 181250
:
136147
| 136148