svn commit: r391583 - branches/2015Q3/devel/tex-web2c
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 8 18:00:24 UTC 2015
Author: amdmi3
Date: Wed Jul 8 18:00:23 2015
New Revision: 391583
URL: https://svnweb.freebsd.org/changeset/ports/391583
Log:
MFH: r391577
- Respect compiler and flags
PR: 200695
Submitted by: amdmi3
Approved by: maintainer timeout (hrs at FreeBSD.org, 1 month)
Approved by: ports-secteam (feld)
Modified:
branches/2015Q3/devel/tex-web2c/Makefile
Directory Properties:
branches/2015Q3/ (props changed)
Modified: branches/2015Q3/devel/tex-web2c/Makefile
==============================================================================
--- branches/2015Q3/devel/tex-web2c/Makefile Wed Jul 8 17:59:43 2015 (r391582)
+++ branches/2015Q3/devel/tex-web2c/Makefile Wed Jul 8 18:00:23 2015 (r391583)
@@ -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 @@ INFO= web2c
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>
More information about the svn-ports-all
mailing list