mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
This port now respects FFLAGS.
PR: 95521 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
This commit is contained in:
parent
f45c8ee6fb
commit
ca5d0a9755
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159439
@ -20,7 +20,8 @@ COMMENT= Basic Linear Algebra, level 1, 2, and 3
|
||||
INSTALLS_SHLIB= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
pre-build:
|
||||
${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile
|
||||
do-configure:
|
||||
@${INSTALL_DATA} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -e 's+@FFLAGS@+${FFLAGS}+g' ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,8 @@
|
||||
# @(#)Makefile 5.7 (Berkeley) 6/27/91
|
||||
FFLAGS= @FFLAGS@
|
||||
|
||||
LIBDIR= ${PREFIX}/lib
|
||||
NOPROFILE= no
|
||||
NO_PROFILE= no
|
||||
|
||||
SHLIB_MAJOR= 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user