math/*: Use NO_WRKSUBDIR

This commit is contained in:
Tobias Kortkamp
2019-02-02 09:46:25 +00:00
parent b0e9c3a200
commit e18dc628cd
2 changed files with 5 additions and 3 deletions

View File

@@ -17,15 +17,16 @@ COMMENT= NIST Core math library (CMLIB)
USES= fortran uidfix
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}
SHLIB_MAJOR= 1
LDFLAGS+= ${FFLAGS}
LDADD ?= -lgfortran -lm
SRCCONF= /dev/null
MAKE_ENV+= LDADD="${LDADD}" SHLIB_MAJOR="${SHLIB_MAJOR}" \
MAKE_ENV= LDADD="${LDADD}" SHLIB_MAJOR="${SHLIB_MAJOR}" \
SRCCONF="${SRCCONF}"
NO_WRKSUBDIR= yes
OPTIONS_DEFINE= DOCS
post-extract: