mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Temporary hack to fix the build for now.
This bug was triggered as a side effect of: "revision 1.34 of Mk/bsd.gcc.mk date: 2009/09/26 01:02:01; author: gerald; state: Exp; lines: +3 -1 Have CFLAGS and LDFLAGS set an -rpath to the lang/gcc44 library directory " The actual problem is in f2py from py-numpy which is not recognising -Wl,rpath=... as a loader option and should be fixed in f2py. Notified by: erwin, pav (pointyhat)
This commit is contained in:
parent
985c07259c
commit
71420ec473
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242497
@ -39,6 +39,8 @@ PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \
|
||||
PORTVERSION=${PORTVERSION}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e 's|-Wl.*||' ${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -39,6 +39,8 @@ PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \
|
||||
PORTVERSION=${PORTVERSION}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e 's|-Wl.*||' ${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
Loading…
Reference in New Issue
Block a user