mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Added INSTALLS_SHLIB statement.
Informed maintainer.
This commit is contained in:
parent
caddaba4f4
commit
fbfd8ca08a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74959
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ USE_REINPLACE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-oss --enable-shared
|
CONFIGURE_ARGS= --disable-oss --enable-shared
|
||||||
USE_LIBTOOL= yes
|
USE_LIBTOOL= yes
|
||||||
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
.ifndef(WITHOUT_DJBFFT)
|
.ifndef(WITHOUT_DJBFFT)
|
||||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft
|
BUILD_DEPENDS+= ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft
|
||||||
|
|
|
@ -18,6 +18,7 @@ USE_REINPLACE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-oss --enable-shared
|
CONFIGURE_ARGS= --disable-oss --enable-shared
|
||||||
USE_LIBTOOL= yes
|
USE_LIBTOOL= yes
|
||||||
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
.ifndef(WITHOUT_DJBFFT)
|
.ifndef(WITHOUT_DJBFFT)
|
||||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft
|
BUILD_DEPENDS+= ${LOCALBASE}/lib/libdjbfft.a:${PORTSDIR}/math/djbfft
|
||||||
|
|
Loading…
Add table
Reference in a new issue