FreeBSD Bugzilla – Attachment 138228 Details for
Bug 184138
[patch] graphics/dia: fix build at 10.x (error: /usr/bin/ld: cannot find -lstdc++)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 670 bytes, created by
Boris Samorodov
on 2013-11-21 09:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Boris Samorodov
Created:
2013-11-21 09:10:00 UTC
Size:
670 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 331865) >+++ Makefile (working copy) >@@ -72,7 +72,7 @@ > 's,\(^GTK_LIBS.*\),\1 ${PTHREAD_LIBS}, ; \ > s,\(^GTK_CFLAGS = \),\1 ${PTHREAD_CFLAGS} ,' > @${REINPLACE_CMD} -e 's|http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl|${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl| ; \ >- s|echo aout|echo elf|g ; s|/usr/include/libEMF|${LOCALBASE}/include/libEMF|g' \ >- ${WRKSRC}/configure >+ s|echo aout|echo elf|g ; s|/usr/include/libEMF|${LOCALBASE}/include/libEMF|g ; \ >+ s|-lstdc++||g' ${WRKSRC}/configure > > .include <bsd.port.post.mk>
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 184138
: 138228