- like ports/96420, fix incomplete library
PR: 97613 Submitted by: Rong-En Fan
This commit is contained in:
parent
bde4675bef
commit
e9a0507ab5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163099
1 changed files with 4 additions and 0 deletions
|
@ -2,7 +2,11 @@
|
||||||
FFLAGS= @FFLAGS@
|
FFLAGS= @FFLAGS@
|
||||||
|
|
||||||
LIBDIR= ${PREFIX}/lib
|
LIBDIR= ${PREFIX}/lib
|
||||||
|
.if (${OSVERSION} > 600007)
|
||||||
NO_PROFILE= no
|
NO_PROFILE= no
|
||||||
|
.else
|
||||||
|
NOPROFILE= no
|
||||||
|
.endif
|
||||||
|
|
||||||
SHLIB_MAJOR= 1
|
SHLIB_MAJOR= 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue