FreeBSD Bugzilla – Attachment 157502 Details for
Bug 200695
devel/tex-web2c: respect compiler/flags in custom configure call
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
tex-web2c.patch (text/plain), 788 bytes, created by
Dmitry Marakasov
on 2015-06-07 16:20:55 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2015-06-07 16:20:55 UTC
Size:
788 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 384557) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= web2c > PORTVERSION= 20140525 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > MASTER_SITES= ftp://tug.org/historic/systems/texlive/2014/ > PKGNAMEPREFIX= tex- >@@ -57,7 +57,10 @@ > pre-configure: > for D in libs/xpdf libs/cairo; do \ > cd ${WRKDIR}/${DISTNAME}/$$D && \ >- ${SETENV} ${CONFIGURE_ENV} ${SH} ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; \ >+ ${SETENV} CC="${CC}" CPP="${CPP}" CXX="${CXX}" \ >+ CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" CXXFLAGS="${CXXFLAGS}" \ >+ LDFLAGS="${LDFLAGS}" LIBS="${LIBS}" \ >+ ${CONFIGURE_ENV} ${SH} ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; \ > done > > .include <bsd.port.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 200695
: 157502 |
157504